#678, #679: TIFF read support for YCbCr Planar with or without subsampling

This commit is contained in:
Harald Kuhr
2022-05-12 23:01:12 +02:00
parent 8c85c4ca96
commit 44eebff62f
15 changed files with 357 additions and 26 deletions

View File

@@ -173,10 +173,14 @@ public final class TIFFEntry extends AbstractEntry {
return "TileByteCounts";
case TIFF.TAG_COPYRIGHT:
return "Copyright";
case TIFF.TAG_YCBCR_COEFFICIENTS:
return "YCbCrCoefficients";
case TIFF.TAG_YCBCR_SUB_SAMPLING:
return "YCbCrSubSampling";
case TIFF.TAG_YCBCR_POSITIONING:
return "YCbCrPositioning";
case TIFF.TAG_REFERENCE_BLACK_WHITE:
return "ReferenceBlackWhite";
case TIFF.TAG_COLOR_MAP:
return "ColorMap";
case TIFF.TAG_INK_SET: