Skip to content

Provide a way to retrieve all tags defined within a file #243

Closed
@gschulze

Description

@gschulze

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, or
  • fn 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions