Try the code you can find here:
http://wingolog.org/pub/original/rename-to-EXIF.py.txt
On 7/20/07, Nicolas Pinault <[EMAIL PROTECTED]> wrote:
Hi all,
I'd like to extract exif data from jpeg iages.
Here what I do :
import Image
i = Image.open ("my picture.jpeg")
i.info["exif"]
I then get a big string.
How do I get decoded exif data ?
Tanks in advance for your answer.
Nicolas
_______________________________________________
Image-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/image-sig
_______________________________________________
Image-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/image-sig