<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: exif</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/exif.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2008-08-12T09:43:00+00:00</updated><author><name>Simon Willison</name></author><entry><title>IMG-2-JSON</title><link href="https://simonwillison.net/2008/Aug/12/imgjson/#atom-tag" rel="alternate"/><published>2008-08-12T09:43:00+00:00</published><updated>2008-08-12T09:43:00+00:00</updated><id>https://simonwillison.net/2008/Aug/12/imgjson/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://img2json.appspot.com/"&gt;IMG-2-JSON&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I’m not the only person deploying simple JSON-P APIs on App Engine: Adam Burmister’s tool extracts dimension, mimetype and EXIF metadata when provided the URL to an image file.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://ajaxian.com/archives/img2json-get-your-image-metadata-via-app-engine"&gt;Ajaxian&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/adam-burmister"&gt;adam-burmister&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/api"&gt;api&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/exif"&gt;exif&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google-app-engine"&gt;google-app-engine&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/img2json"&gt;img2json&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/json"&gt;json&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/jsonp"&gt;jsonp&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/mimetype"&gt;mimetype&lt;/a&gt;&lt;/p&gt;



</summary><category term="adam-burmister"/><category term="api"/><category term="exif"/><category term="google-app-engine"/><category term="img2json"/><category term="json"/><category term="jsonp"/><category term="mimetype"/></entry><entry><title>Extracting EXIF data with Python</title><link href="https://simonwillison.net/2003/Nov/13/exif/#atom-tag" rel="alternate"/><published>2003-11-13T23:13:03+00:00</published><updated>2003-11-13T23:13:03+00:00</updated><id>https://simonwillison.net/2003/Nov/13/exif/#atom-tag</id><summary type="html">
    &lt;p&gt;I've been rewriting the photo gallery management system for &lt;a href="http://www.kusports.com/"&gt;KUSports.com&lt;/a&gt; in Python. One of the new features is that the system can automagically extract caption and photographer information from the photos, provided the information has previously been added to the jpeg file as &lt;a href="http://www.exif.org/" title="EXIF and related resources"&gt;EXIF&lt;/a&gt; data. I tried several methods of doing this but eventually settled on &lt;a href="http://home.cfl.rr.com/genecash/digital_camera/EXIF.py"&gt;EXIF.py&lt;/a&gt; because it worked straight away using a simple process_file() function and doesn't require any additional software. Recommended.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/exif"&gt;exif&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/lawrence-journal-world"&gt;lawrence-journal-world&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="exif"/><category term="lawrence-journal-world"/><category term="python"/></entry></feed>