Skip to content

Commit b2e6d58

Browse files
authored
Adding support for Baseline ASCII TIFFs
Mapping the Baseline ASCII TIFF Tags to an ASCII data type to allow for writing of them. #430
1 parent 4af107d commit b2e6d58

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)