Save updated ExifProfile/Metadata using ImageInfo/without loading the image #2580
Unanswered
prabhavmehra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Is there a way to save the ExifProfile/Metadata using ImageInfo?
I don't want to load the whole image in memory. I want to load only the metadata, add tags to it using exif profile and then save the exif profile/metadata only. We can do this using Image class but that would mean loading the complete image in memory (not desired)
Beta Was this translation helpful? Give feedback.
All reactions