ccr-exif icon indicating copy to clipboard operation
ccr-exif copied to clipboard

does not write the 4 bytes of GPSVersion

Open dummzeuch opened this issue 4 years ago • 2 comments
trafficstars

According to the specification the value for GPSVersion consists of 4 bytes. ccr.exif only writes up to 3 bytes (and that only if each of the properties Major, Minor and Release are being set).

ImageMagick's identify command will read it fine, but Linux exif command will bomb out with such an entry. It's quite possible that it creates simliar issues with other programs.

I'll implement a workaround and post it here.

dummzeuch avatar May 26 '21 12:05 dummzeuch

see pull request https://github.com/esmondb/ccr-exif/pull/16

dummzeuch avatar Apr 04 '22 08:04 dummzeuch

Hi dummzeuch. The repository seems abandoned.

GabrielOnDelphi avatar Nov 03 '23 12:11 GabrielOnDelphi