How to write the modified exif in source image file (like JPEG, TIFF, PSD)?

631 Views Asked by At

I used libexif to read and modify the exif metadata in JPEG file. I am not sure on how to write/save the modified contents in the original source image file?

Any ideas?? Thanks.

1

There are 1 best solutions below

0
On

For JPEG you can use libjpeg from libexif/exif repo.