[Image-SIG] Exif data

Amos Newcombe anewc2 at gmail.com
Fri Jul 20 22:26:09 CEST 2007


Try the code you can find here:
http://wingolog.org/pub/original/rename-to-EXIF.py.txt

On 7/20/07, Nicolas Pinault <nicolas at famillepinault.fr> 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  -  Image-SIG at python.org
> http://mail.python.org/mailman/listinfo/image-sig
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/image-sig/attachments/20070720/bd183409/attachment.html 


More information about the Image-SIG mailing list