Geotagging Images by editing the exif data
-
Hi
I am using Qt 5.6.1 mingw32 bit. I need to edit exif data of the images (jpeg) and set the latitude, longitude and altitude of the images. Is there any inbuilt class in Qt for doing this? If not, please suggest a library that can be easily linked with QT.
I have seen this class having location data but I am unable to find example usage of these.
-
Hi,
you can find a C++ library to read and write exif2 here: http://exiv2.org/
-Michael. -
Hi,
you can find a C++ library to read and write exif2 here: http://exiv2.org/
-Michael. -