dave <[EMAIL PROTECTED]> writes:
> well, it's a part of a larger base of code that i am working on, but
> basically, this is all i did
> // create the new PelJpeg object
> // load the local path of the jpeg to the object, this all happens
> after the file has been uploaded and moved to a permanent
Martin Geisler wrote:
> dave <[EMAIL PROTECTED]> writes:
>
>
>> dave wrote:
>>
>>> hello
>>>
>>> i'm working on a photo gallery for my site which uses gd to resize
>>> pictures, this strips the exif metadata from the image file
>>>
>>> my plan was to grab the exif data first (this was ok),
dave <[EMAIL PROTECTED]> writes:
> dave wrote:
>> hello
>>
>> i'm working on a photo gallery for my site which uses gd to resize
>> pictures, this strips the exif metadata from the image file
>>
>> my plan was to grab the exif data first (this was ok), then add it
>> back to the resized image (thi
dave wrote:
> hello
>
> i'm working on a photo gallery for my site
> which uses gd to resize pictures, this strips the exif metadata from the
> image file
>
> my plan was to grab the exif data first (this was ok), then add it back
> to the resized image (this was not ok)
>
> first, the images rev