Extract metadata from image file
Hi! does anyone knows if its possible in max to extract some kind of metadata from an image file (jpg, png)? i load several images in a patch and was thinking in add some information on the images (via IPTC tag values or file comments in osx), and may be extract it when loading the img files in the patch....
greetings
Hey, starting to think through the same thing but for audio files. using js seems to be the best route so far. Did you find a solution?
not yet, i didn't keep searching ... also don't have js skills :(
bummer, something like this is probably what you're looking for: https://www.npmjs.com/package/extract-iptc
If I find a more elegant solution that would help both of us out I'll let ya know!
great! i'll explore it
thanks!