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  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to