Re: Adding GPS-Coordinates to Exif doesnt work

2008-01-17 Thread Martin Geisler
André Mantz <[EMAIL PROTECTED]> writes: > Hello, > > sorry about my bad english, I hope you understand me. No problem, I'm not a native speaker either, and I think your English is fine! > I tried to add tags for the gps-coordinates to a jpeg-file with existing > Exif-data. > This is, what I do (

Adding GPS-Coordinates to Exif doesnt work

2008-01-15 Thread André Mantz
Hello, sorry about my bad english, I hope you understand me. I tried to add tags for the gps-coordinates to a jpeg-file with existing Exif-data. This is, what I do (e.g. LAT 52° 30’ 45.0’’ and LON 9° 15’ 30.0’’): $jpeg = new PelJpeg($filename); $tiff = $exif->getTiff(); $ifd0 = $tiff->getIfd();

Adding GPS-Coordinates to Exif doesnt work

2008-01-15 Thread André
Hello, sorry about my bad english, I hope you understand me. I tried to add tags for the gps-coordinates to a jpeg-file with existing Exif-data. This is, what I do (e.g. LAT 52° 30’ 45.0’’ and LON 9° 15’ 30.0’’): $jpeg = new PelJpeg($filename); $tiff = $exif->getTiff(); $ifd0 = $tiff->getIfd();