mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
TMI-TIFF: Added name for StripByteCounts TIFF constant.
This commit is contained in:
@@ -94,6 +94,8 @@ final class EXIFEntry extends AbstractEntry {
|
|||||||
return "SamplesPerPixels";
|
return "SamplesPerPixels";
|
||||||
case TIFF.TAG_ROWS_PER_STRIP:
|
case TIFF.TAG_ROWS_PER_STRIP:
|
||||||
return "RowsPerStrip";
|
return "RowsPerStrip";
|
||||||
|
case TIFF.TAG_STRIP_BYTE_COUNTS:
|
||||||
|
return "StripByteCounts";
|
||||||
case TIFF.TAG_X_RESOLUTION:
|
case TIFF.TAG_X_RESOLUTION:
|
||||||
return "XResolution";
|
return "XResolution";
|
||||||
case TIFF.TAG_Y_RESOLUTION:
|
case TIFF.TAG_Y_RESOLUTION:
|
||||||
|
Reference in New Issue
Block a user