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

(cherry picked from commit 44eebff62f)
This commit is contained in:
Harald Kuhr
2022-05-12 23:01:12 +02:00
parent 8cf1405dfc
commit 37d1da9b9d
15 changed files with 357 additions and 26 deletions
@@ -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: