Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36491 > unrolled thread

PIL or something to open EXIF Metadata with Python

Started byJose Trevino <j.trevino.a@gmail.com>
First post2013-01-09 06:45 -0800
Last post2013-01-10 11:16 +0000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  PIL or something to open EXIF Metadata with Python Jose Trevino <j.trevino.a@gmail.com> - 2013-01-09 06:45 -0800
    Re: PIL or something to open EXIF Metadata with Python Tim Golden <mail@timgolden.me.uk> - 2013-01-09 14:57 +0000
      Re: PIL or something to open EXIF Metadata with Python Pete Forman <petef4+usenet@gmail.com> - 2013-01-10 11:16 +0000

#36491 — PIL or something to open EXIF Metadata with Python

FromJose Trevino <j.trevino.a@gmail.com>
Date2013-01-09 06:45 -0800
SubjectPIL or something to open EXIF Metadata with Python
Message-ID<c01a5536-6d40-4d47-9dd1-f906a2d76408@googlegroups.com>
I am trying to load the PIL module to manage exif metadata with Python but have had no success. I do some work relate with applescript, but for large files time increases exponentially. So I changed to Python with the intention of using PIL or something similar. I see that the last update of PIL is like 3 years ago, so I don't know if it is still working. I downloaded the last version of PIL to my mac, but I can't get python to recognize PIL included commands. Does anybody has a suggestion?  Thanks.

[toc] | [next] | [standalone]


#36492

FromTim Golden <mail@timgolden.me.uk>
Date2013-01-09 14:57 +0000
Message-ID<mailman.315.1357743496.2939.python-list@python.org>
In reply to#36491
On 09/01/2013 14:45, Jose Trevino wrote:
> I am trying to load the PIL module to manage exif metadata with
> Python but have had no success. 


Try pyexiv2:

  http://tilloy.net/dev/pyexiv2/

TJG

[toc] | [prev] | [next] | [standalone]


#36567

FromPete Forman <petef4+usenet@gmail.com>
Date2013-01-10 11:16 +0000
Message-ID<86ip75e19b.fsf@gmail.com>
In reply to#36492
Tim Golden <mail@timgolden.me.uk> writes:

> On 09/01/2013 14:45, Jose Trevino wrote:
>> I am trying to load the PIL module to manage exif metadata with
>> Python but have had no success. 
>
>
> Try pyexiv2:
>
>   http://tilloy.net/dev/pyexiv2/
>
> TJG

Or Hachoir

http://pypi.python.org/pypi/hachoir-metadata
https://bitbucket.org/haypo/hachoir/wiki/Home

-- 
Pete Forman

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web