Search code examples
c++imagematlabexif

How to write an image with EXIF data (Matlab/C++)


How can I write an image including EXIF data?

I am using Matlab and C++, any solution will be greatly appreciated.. Thanks.


Solution

  • Just to help out others:

    I found a program called ExifTool by Phil Harvey. it is used to change, write and even copy exif data between files. it can run from the command line, so I can run it from matlab.

    Here is a link for you all to enjoy:

    http://www.sno.phy.queensu.ca/~phil/exiftool/