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 (
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();
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();