Re: [Image-SIG] Copying EXIF data from one file or PIL image to another?

2005-06-05 Thread Richard Townsend
Not sure about PIL, but Gene Cash has a Python module for handling EXIF data: http://home.cfl.rr.com/genecash/digital_camera.html -- Richard Townsend ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] Copying EXIF data from one file or PIL image to another?

2005-06-05 Thread Paul Moore
On 6/5/05, Terry Carroll <[EMAIL PROTECTED]> wrote: > Can anyone tell me if it's fairly easy to copy a JPEG file's EXIF data to > another file. Even better would be if this is doable in PIL. > > My basic problem: > > I've written a small program that reads a JPEG image in PIL, and creates a > co

Re: [Image-SIG] Copying EXIF data from one file or PIL image to another?

2005-06-05 Thread Max Erickson
Terry Carroll <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > Can anyone tell me if it's fairly easy to copy a JPEG file's EXIF > data to another file. Even better would be if this is doable in > PIL. > Jhead should be able to transfer the exif information: http://www.sentex.net/~mwan

Re: [Image-SIG] Copying EXIF data from one file or PIL image to another?

2005-06-05 Thread Terry Carroll
On Sun, 5 Jun 2005, Richard Townsend wrote: > Not sure about PIL, but Gene Cash has a Python module for handling EXIF > data: > > http://home.cfl.rr.com/genecash/digital_camera.html Thanks, Richard. I'm already using that -- that's how I'm getting the EXIF data -- but it's read-only, there's