Posted on 2008-11-29 19:34:22-08 by craigstanton
GPS data into CRW
Hello all,
I'm trying to come up with a way to write GPS data into CRW files. The command below works fine on jpegs and ORFs but has no effect on CRWs. All I get is a two line message that says

0 image files updated
1 image files unchanged


At the moment I'm guessing CRW files can't handle GPS, but I'd like to find out if I'm right. Here is the command I'm using

exiftool -a -overwrite_original_in_place -GPSLatitude=36.86271076 -GPSLatitudeRef=S -GPSLongitude +=174.707263 -GPSLongitudeRef=E /Users/craig/tmp/test.crw
Direct Responses: 9463 | Write a response
Posted on 2008-11-29 23:04:55-08 by exiftool in response to 9461
Re: GPS data into CRW
Unfortunately, Canon has not yet defined a technique to store GPS in CRW images. So your only alternative until they do is to use a sidecar XMP file.

- Phil
Direct Responses: 9468 | Write a response
Posted on 2008-12-01 06:12:47-08 by craigstanton in response to 9463
Re: GPS data into CRW
Aww well, I'll code around CRWs in the next version. Thanks for the info.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.