mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-04-30 00:00:01 -04:00
Typo in TIFF tag name.
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ final class EXIFEntry extends AbstractEntry {
|
|||||||
case TIFF.TAG_ORIENTATION:
|
case TIFF.TAG_ORIENTATION:
|
||||||
return "Orientation";
|
return "Orientation";
|
||||||
case TIFF.TAG_SAMPLES_PER_PIXEL:
|
case TIFF.TAG_SAMPLES_PER_PIXEL:
|
||||||
return "SamplesPerPixels";
|
return "SamplesPerPixel";
|
||||||
case TIFF.TAG_ROWS_PER_STRIP:
|
case TIFF.TAG_ROWS_PER_STRIP:
|
||||||
return "RowsPerStrip";
|
return "RowsPerStrip";
|
||||||
case TIFF.TAG_STRIP_BYTE_COUNTS:
|
case TIFF.TAG_STRIP_BYTE_COUNTS:
|
||||||
|
|||||||
Reference in New Issue
Block a user