Re: adding exif data to images that don't have exif data

2006-11-18 Thread Martin Geisler
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

Re: adding exif data to images that don't have exif data

2006-11-18 Thread dave
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),

Re: adding exif data to images that don't have exif data

2006-11-17 Thread Martin Geisler
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

Re: adding exif data to images that don't have exif data

2006-11-17 Thread dave
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