mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 20:15:28 -04:00
Added TODO for more custom formats.
This commit is contained in:
parent
775cede14d
commit
788b11e4fa
@ -50,6 +50,7 @@ interface TIFFCustom {
|
|||||||
int COMPRESSION_SGILOG = 34676;
|
int COMPRESSION_SGILOG = 34676;
|
||||||
int COMPRESSION_SGILOG24 = 34677;
|
int COMPRESSION_SGILOG24 = 34677;
|
||||||
int COMPRESSION_JPEG2000 = 34712;
|
int COMPRESSION_JPEG2000 = 34712;
|
||||||
|
// TODO: Aperio SVS JPEG2000: 33003 (YCbCr) and 33005 (RGB), see http://openslide.org/formats/aperio/
|
||||||
|
|
||||||
int PHOTOMETRIC_LOGL = 32844;
|
int PHOTOMETRIC_LOGL = 32844;
|
||||||
int PHOTOMETRIC_LOGLUV = 32845;
|
int PHOTOMETRIC_LOGLUV = 32845;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user