TMI-TIFF: Fixed bug in YCbCr reading. Implemented "old-style" JPEG reading for two test images. More work needed.

This commit is contained in:
Harald Kuhr
2013-02-06 11:20:42 +01:00
parent fcd15a9e36
commit c394f8a4bc
10 changed files with 273 additions and 21 deletions

View File

@@ -163,4 +163,10 @@ public interface TIFF {
int TAG_TILE_BYTE_COUNTS = 325;
int TAG_JPEG_TABLES = 347;
// "Old-style" JPEG (Obsolete)
int TAG_JPEG_PROC = 512;
int TAG_JPEG_QTABLES = 519;
int TAG_JPEG_DCTABLES = 520;
int TAG_JPEG_ACTABLES = 521;
}