Re: PHP image copy/resize WITH exif info

2006-02-09 Thread Martin Geisler
"Andre M. Winter - Carto.net" <[EMAIL PROTECTED]> writes: Hi Andre > the only thing that's needed is a copy-image-with-headers function > that also copies the exif info as those images are identical. i > know, there are modification time stamps too, but is a resizing/copy > a modification? not re

Re: PHP image copy/resize WITH exif info

2006-02-09 Thread Andre M. Winter - Carto.net
hi, the only thing that's needed is a copy-image-with-headers function that also copies the exif info as those images are identical. i know, there are modification time stamps too, but is a resizing/copy a modification? not really, i guess. regarding your SourceForge submitting proposal: as

Re: PHP image copy/resize WITH exif info

2006-02-09 Thread Martin Geisler
"Andre M. Winter - Carto.net" <[EMAIL PROTECTED]> writes: > hi, > > this is only a PEL related question. > > i am editing exif data from uploaded images and i am generating > thumbnails and other sizes form that same images with functions > relying on imagecopyresampled(). the pity with that is th

PHP image copy/resize WITH exif info

2006-02-09 Thread Andre M. Winter - Carto.net
hi, this is only a PEL related question. i am editing exif data from uploaded images and i am generating thumbnails and other sizes form that same images with functions relying on imagecopyresampled(). the pity with that is that it ignores *all* header info (see