drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.56k stars 480 forks source link

Example for writing back exif information to an image #431

Closed gyf900 closed 5 years ago

gyf900 commented 5 years ago

(Please include as much information as possible, and attach a sample image if possible.) hello drewnoakes, I found it's easy to get and manipulator exif using this lib. But how can I write those information back to my image? For apache imaging I see ExifRewriter().updateExifMetadataLossy . Is there any way to update exif information in this lib?

drewnoakes commented 5 years ago

This library does not support writing metadata back to images.

See #14.