PDA

View Full Version : Python to extract EXIF data?


luis
08-28-2009, 11:13 AM
Is there a python module to extract EXIF data? If not, is there some other option, like a light version of exiftool? I want to include this in a program, so I don't want to use quiver or something like that.

Thanks,
L.

attila77
08-28-2009, 11:29 AM
Take a look at mmpython and pyexiv2, both should do the job, but I have not used them (yet) under maemo.

fpp
08-28-2009, 11:56 AM
On the tablet maybe this could be easier, as it's pure-python :

http://sourceforge.net/projects/exif-py/

luis
08-28-2009, 04:39 PM
On the tablet maybe this could be easier, as it's pure-python :

http://sourceforge.net/projects/exif-py/

I used this. It is implemented and working.

Thanks!!
L.

luis
08-31-2009, 04:31 PM
On the tablet maybe this could be easier, as it's pure-python :

http://sourceforge.net/projects/exif-py/

Actually, looking at the code, it seems that it retrieves "Flash compensation" from Olympus cameras, for example. However, I was unable to retrieve that tag.

Do you have an idea on how to do that?

Thanks,
L.

fpp
09-01-2009, 11:57 AM
Sorry, none. I only ever used it in the most basic of ways.

Have you tried the related SF forum ?

It's really sparse but at least the author seems to answer questions...

http://sourceforge.net/forum/forum.php?forum_id=655502

luis
09-01-2009, 01:41 PM
Sorry, none. I only ever used it in the most basic of ways.

Have you tried the related SF forum ?

It's really sparse but at least the author seems to answer questions...

http://sourceforge.net/forum/forum.php?forum_id=655502

Great, that should be enough.

Thanks!!!!
L.