image-js / tiff

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

TIFF tags? #44

Closed Pomax closed 1 year ago

Pomax commented 1 year ago

Is there a way to read/iterate through all TIFF tags in a tiff file with this library?

targos commented 1 year ago

ifd.fields is a Map with all the decoded TIFF tags.