Try the code you can find here: <a href="http://wingolog.org/pub/original/rename-to-EXIF.py.txt">http://wingolog.org/pub/original/rename-to-EXIF.py.txt</a><br><br><div><span class="gmail_quote">On 7/20/07, <b class="gmail_sendername">
Nicolas Pinault</b> &lt;<a href="mailto:nicolas@famillepinault.fr">nicolas@famillepinault.fr</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I&#39;d like to extract exif data from jpeg iages.<br>Here what I do :<br><br>import Image<br>i = Image.open (&quot;my picture.jpeg&quot;)<br>i.info[&quot;exif&quot;]<br><br>I then get a big string.<br>How do I get decoded exif data ?
<br><br>Tanks in advance for your answer.<br><br>Nicolas<br><br>_______________________________________________<br>Image-SIG maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Image-SIG@python.org">Image-SIG@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/image-sig">
http://mail.python.org/mailman/listinfo/image-sig</a><br></blockquote></div><br>