mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
TMI-TIFF: Fixed bug in YCbCr reading. Implemented "old-style" JPEG reading for two test images. More work needed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user