Skip to content

Different default value for format for setting metadata #205

@vladimirr9

Description

@vladimirr9

When we look at the two methods for setting image metadata
public void setImageMeta(File image, Map<? extends Tag, String> tags)
and
public void setImageMeta(File image, ExifToolOptions options, Map<? extends Tag, String> tags) throws IOException
The first one assumes the format to be numeric, while with the second the default builder value is human_readable, not sure if this is intended, but it took me quite some time debugging and I thought I'd bring it to your attention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions