image-js / tiff

TIFF image decoder written entirely in JavaScript
MIT License
190 stars 17 forks source link

Id/name tag table #52

Closed moonayyur closed 4 months ago

moonayyur commented 5 months ago

@targos How can I use this correspondance table in another project : https://github.com/image-js/tiff/blob/main/src/tags/standard.ts ?

The purpose is to get ifd.fields and ifd.map without duplicates

targos commented 5 months ago

I don't think it's possible with the current API.

stropitek commented 4 months ago

Just had a chat with @targos and he is ok for exposing the 3 list of tag ids as an object with 3 properties: standard, gps and exif.