#tags #tiff #exif #metadata #image

yanked tiff_tags_nightly

A look up table with the TIFF tag ID - name pairs , and associated methods to access them. Nightly rust required.

4 stable releases

1.2.0 Apr 18, 2023
1.1.1 Jul 12, 2022
1.0.0 May 27, 2022

#887 in Images

MIT license

17KB
397 lines

TIFF_tags_nightly

Note: this version of TIFF_tags uses the Once_Cell feature from the nightly rust compiler in lieu of the Lazy_Static! macro.

A lookup table to return the name of a TIFF/EXIF tag given its u16 tag ID.

MIT license. Please cite the United States Library of Congress:

https://web.archive.org/web/20220412210014/https://www.loc.gov/preservation/digital/formats/content/tiff_tags.shtml

No runtime deps