mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 03:25:28 -04:00
Typo in TIFF tag name.
This commit is contained in:
parent
5ab3fdd1d3
commit
3f6bc722bc
@ -102,7 +102,7 @@ final class EXIFEntry extends AbstractEntry {
|
||||
case TIFF.TAG_ORIENTATION:
|
||||
return "Orientation";
|
||||
case TIFF.TAG_SAMPLES_PER_PIXEL:
|
||||
return "SamplesPerPixels";
|
||||
return "SamplesPerPixel";
|
||||
case TIFF.TAG_ROWS_PER_STRIP:
|
||||
return "RowsPerStrip";
|
||||
case TIFF.TAG_STRIP_BYTE_COUNTS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user