mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
TIFF constants.
This commit is contained in:
parent
57b0fdac0b
commit
4d833a50e5
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user