Skip to content

Commit a2013a3

Browse files
Merge pull request #431 from timhj/patch-1
Added write support for Artist, Make, Model, ImageDescription & Copyright ASCII Baseline TIFF tags
2 parents 4af107d + b2e6d58 commit a2013a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/globals.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ export const fieldTagTypes = {
134134
258: 'SHORT',
135135
259: 'SHORT',
136136
262: 'SHORT',
137+
270: 'ASCII',
138+
271: 'ASCII',
139+
272: 'ASCII',
137140
273: 'LONG',
138141
274: 'SHORT',
139142
277: 'SHORT',
@@ -148,6 +151,7 @@ export const fieldTagTypes = {
148151
297: 'SHORT',
149152
305: 'ASCII',
150153
306: 'ASCII',
154+
315: 'ASCII',
151155
338: 'SHORT',
152156
339: 'SHORT',
153157
513: 'LONG',
@@ -158,6 +162,7 @@ export const fieldTagTypes = {
158162
2049: 'ASCII',
159163
3072: 'SHORT',
160164
3073: 'ASCII',
165+
33432: 'ASCII',
161166
33550: 'DOUBLE',
162167
33922: 'DOUBLE',
163168
34264: 'DOUBLE',

0 commit comments

Comments
 (0)