Skip to content

Commit

Permalink
Merge pull request #431 from timhj/patch-1
Browse files Browse the repository at this point in the history
Added write support for Artist, Make, Model, ImageDescription & Copyright ASCII Baseline TIFF tags
  • Loading branch information
constantinius committed Jun 20, 2024
2 parents 4af107d + b2e6d58 commit a2013a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ export const fieldTagTypes = {
258: 'SHORT',
259: 'SHORT',
262: 'SHORT',
270: 'ASCII',
271: 'ASCII',
272: 'ASCII',
273: 'LONG',
274: 'SHORT',
277: 'SHORT',
Expand All @@ -148,6 +151,7 @@ export const fieldTagTypes = {
297: 'SHORT',
305: 'ASCII',
306: 'ASCII',
315: 'ASCII',
338: 'SHORT',
339: 'SHORT',
513: 'LONG',
Expand All @@ -158,6 +162,7 @@ export const fieldTagTypes = {
2049: 'ASCII',
3072: 'SHORT',
3073: 'ASCII',
33432: 'ASCII',
33550: 'DOUBLE',
33922: 'DOUBLE',
34264: 'DOUBLE',
Expand Down

0 comments on commit a2013a3

Please sign in to comment.