[Image-SIG] (no subject)

root root at bbl.med.upenn.edu
Wed Jul 25 18:57:02 CEST 2007


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 <hughett at bbl.med.upenn.edu>; 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 image-sig-bounces at python.org)
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 at python.org
Delivered-To: image-sig at bag.python.org
Received: from bag.python.org (bag [127.0.0.1])
	by bag.python.org (Postfix) with ESMTP id 37BB01E4010
	for <image-sig at 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 at 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 at 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 at python.org>; Fri, 20 Jul 2007 22:16:37 +0200 (CEST)
Message-ID: <46A11815.4010805 at famillepinault.fr>
Date: Fri, 20 Jul 2007 22:16:21 +0200
From: Nicolas Pinault <nicolas at famillepinault.fr>
User-Agent: Thunderbird 2.0.0.4 (Windows/20070604)
MIME-Version: 1.0
To: image-sig at 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 at python.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: nicolas at famillepinault.fr
List-Id: Image Processing with Python SIG <image-sig.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/image-sig>,
	<mailto:image-sig-request at python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/image-sig>
List-Post: <mailto:image-sig at python.org>
List-Help: <mailto:image-sig-request at python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/image-sig>,
	<mailto:image-sig-request at python.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: image-sig-bounces at python.org
Errors-To: image-sig-bounces at python.org
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 at 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.



More information about the Image-SIG mailing list