TMI-85: Support 16 bit signed int data

This commit is contained in:
Harald Kuhr
2014-12-08 10:50:26 +01:00
parent 87b6c817a0
commit 5def68c7e3
4 changed files with 30 additions and 8 deletions

View File

@@ -140,6 +140,8 @@ final class EXIFEntry extends AbstractEntry {
return "ColorMap";
case TIFF.TAG_EXTRA_SAMPLES:
return "ExtraSamples";
case TIFF.TAG_SAMPLE_FORMAT:
return "SampleFormat";
case TIFF.TAG_SUB_IFD:
return "SubIFD";