esmondb / ccr-exif

Automatically exported from code.google.com/p/ccr-exif
24 stars 11 forks source link

does not write the 4 bytes of GPSVersion #15

Open dummzeuch opened 3 years ago

dummzeuch commented 3 years ago

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 commented 2 years ago

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

GabrielOnDelphi commented 1 year ago

Hi dummzeuch. The repository seems abandoned.