Return-Path: <g>
Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33])
        by bbl.med.upenn.edu (8.13.1/8.13.1) with ESMTP id l6KKICia004477
        for <[EMAIL PROTECTED]>; Fri, 20 Jul 2007 16:18:12 -0400
Received: from bag.python.org (bag.python.org [194.109.207.14])
        by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6KKHrOF091086;
        Fri, 20 Jul 2007 22:17:53 +0200 (CEST)
        (envelope-from [EMAIL PROTECTED])
Received: from bag.python.org (bag [127.0.0.1])
        by bag.python.org (Postfix) with ESMTP id 1ECA01E400E;
        Fri, 20 Jul 2007 22:17:53 +0200 (CEST)
X-Original-To: image-sig@python.org
Delivered-To: [EMAIL PROTECTED]
Received: from bag.python.org (bag [127.0.0.1])
        by bag.python.org (Postfix) with ESMTP id 37BB01E4010
        for <image-sig@python.org>; Fri, 20 Jul 2007 22:16:45 +0200 (CEST)
X-Spam-Status: OK 0.152
X-Spam-Level: *
Received: from bag (HELO bag.python.org) (127.0.0.1)
        by bag.python.org with SMTP; 20 Jul 2007 22:16:45 +0200
Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42])
        by bag.python.org (Postfix) with ESMTP
        for <image-sig@python.org>; Fri, 20 Jul 2007 22:16:41 +0200 (CEST)
Received: from smtp8-g19.free.fr (smtp8-g19.free.fr [212.27.42.65])
        by postfix1-g20.free.fr (Postfix) with ESMTP id 4CC501736623
        for <image-sig@python.org>; Fri, 20 Jul 2007 22:16:40 +0200 (CEST)
Received: from [127.0.0.1] (famillepinault.fr [82.224.179.50])
        by smtp8-g19.free.fr (Postfix) with ESMTP id 1B31619FB7
        for <image-sig@python.org>; Fri, 20 Jul 2007 22:16:37 +0200 (CEST)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 20 Jul 2007 22:16:21 +0200
From: Nicolas Pinault <[EMAIL PROTECTED]>
User-Agent: Thunderbird 2.0.0.4 (Windows/20070604)
MIME-Version: 1.0
To: image-sig@python.org
X-Antivirus: avast! (VPS 000758-1, 20/07/2007), Outbound message
X-Antivirus-Status: Clean
Subject: [Image-SIG] Exif data
X-BeenThere: image-sig@python.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: [EMAIL PROTECTED]
List-Id: Image Processing with Python SIG <image-sig.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/image-sig>,
        <mailto:[EMAIL PROTECTED]>
List-Archive: <http://mail.python.org/pipermail/image-sig>
List-Post: <mailto:image-sig@python.org>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Subscribe: <http://mail.python.org/mailman/listinfo/image-sig>,
        <mailto:[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-Virus-Scanned: by XS4ALL Virus Scanner

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

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to