Added TODO for more custom formats.

This commit is contained in:
Harald Kuhr 2016-06-28 10:49:10 +02:00
parent 775cede14d
commit 788b11e4fa

View File

@ -50,6 +50,7 @@ interface TIFFCustom {
int COMPRESSION_SGILOG = 34676;
int COMPRESSION_SGILOG24 = 34677;
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_LOGLUV = 32845;