You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If it can't outright be fixed, I think the best way to go about it would perhaps be updating the documentation comments or perhaps an example in the readme highlighting the difference.
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.
The text was updated successfully, but these errors were encountered: