mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
TIFF constants.
This commit is contained in:
@@ -101,5 +101,8 @@ interface TIFFExtension {
|
|||||||
int GROUP3OPT_2DENCODING = 1;
|
int GROUP3OPT_2DENCODING = 1;
|
||||||
int GROUP3OPT_UNCOMPRESSED = 2;
|
int GROUP3OPT_UNCOMPRESSED = 2;
|
||||||
int GROUP3OPT_FILLBITS = 4;
|
int GROUP3OPT_FILLBITS = 4;
|
||||||
|
int GROUP3OPT_BYTEALIGNED = 8;
|
||||||
|
|
||||||
int GROUP4OPT_UNCOMPRESSED = 2;
|
int GROUP4OPT_UNCOMPRESSED = 2;
|
||||||
|
int GROUP4OPT_BYTEALIGNED = 4;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user