Utility for extracting "common values" such as Image-Height, Creation_Date, etc? #691
RichMacDonald
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As useful as the metadata-extractor is, and all the work that has gone into it, there does not seem to be an easy way to extract well-known "common" values, such as image-height, image-width, creation-date, and last-modification-date. That means we are all individually reinventing the wheel for this need.
For example, I have the following utility class (just showing the image-height case):
Would this be useful to anyone else? After being cleaned up and extended to other properties, of course. Handling of dates with and without timezones, etc, etc.
Beta Was this translation helpful? Give feedback.
All reactions