TIFF constants.

This commit is contained in:
Harald Kuhr 2020-07-10 22:41:47 +02:00
parent 57b0fdac0b
commit 4d833a50e5

View File

@ -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;
} }