Closed
Description
Currently, it is only possible to retrieve single tags via get_tag(...)
and find_tag(...)
. However, one might be interested in obtaining all defined tags, for instance, when modifying the TIFF and writing it to a file again. Two possible APIs come to my mind:
fn get_all_tags(): impl<Iterator<Item = Tag>>
, returning all tags defined in the TIFF file, orfn get_all_tags(): HashMap<Tag, ifd::Value>
, returning all tags along with their value
It would be really nice to have this addition.
Metadata
Metadata
Assignees
Labels
No labels