mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
TMI-77: Fixed bug in predictor for tiled TIFFs.
This commit is contained in:
@@ -122,6 +122,14 @@ final class EXIFEntry extends AbstractEntry {
|
||||
return "HostComputer";
|
||||
case TIFF.TAG_PREDICTOR:
|
||||
return "Predictor";
|
||||
case TIFF.TAG_TILE_WIDTH:
|
||||
return "TileWidth";
|
||||
case TIFF.TAG_TILE_HEIGTH:
|
||||
return "TileHeight";
|
||||
case TIFF.TAG_TILE_OFFSETS:
|
||||
return "TileOffsets";
|
||||
case TIFF.TAG_TILE_BYTE_COUNTS:
|
||||
return "TileByteCounts";
|
||||
case TIFF.TAG_COPYRIGHT:
|
||||
return "Copyright";
|
||||
case TIFF.TAG_YCBCR_SUB_SAMPLING:
|
||||
|
Reference in New Issue
Block a user