dfandrich / gpscorrelate

C program to match GPS tracks to photographs, and store the matches in the EXIF data in the photographs.
https://dfandrich.github.io/gpscorrelate/
GNU General Public License v2.0
28 stars 8 forks source link

Support HEIC #20

Closed jidanni closed 1 year ago

jidanni commented 1 year ago

My Samsung phone saves twice as much space as .JPG with .HEIC. Alas only https://github.com/exiftool/ supports that. (It also has -geotag...).

dfandrich commented 1 year ago

gpscorrelate relies on libexiv2 to perform image data manipulation, so it needs to wait for that support. exiv2 version 0.27.4 added read-only support, but it looks like write support isn't there yet. Once that happens, it should work automatically in gpscorrelate.