#490: Allow writing more TIFF fields.

This commit is contained in:
Harald Kuhr
2020-01-13 21:03:40 +01:00
parent 167686bdea
commit e5c6832ec0
3 changed files with 143 additions and 138 deletions
@@ -144,6 +144,7 @@ public interface TIFF {
int TAG_ROWS_PER_STRIP = 278;
int TAG_STRIP_BYTE_COUNTS = 279;
int TAG_FREE_OFFSETS = 288; // "Not recommended for general interchange."
int TAG_FREE_BYTE_COUNTS = 289;
// "Old-style" JPEG (still used as EXIF thumbnail)
int TAG_JPEG_INTERCHANGE_FORMAT = 513;
int TAG_JPEG_INTERCHANGE_FORMAT_LENGTH = 514;