[Image-SIG] Exif data

Nicolas Pinault nicolas at famillepinault.fr
Fri Jul 20 22:16:21 CEST 2007


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



More information about the Image-SIG mailing list