Photo Management Python Application

wittempj@hotmail.com martin.witte at gmail.com
Sat Feb 18 11:13:32 EST 2006


You can play around with Pil, http://effbot.org/imagingbook/

I found this as being the date for a picture

>>> import Image
>>> i = Image.open('/media/hda8/Pictures/Elvis/dscn0178.jpg')
>>> i._getexif()[36867]
'2006:02:18 14:07:55'
>>>




More information about the Python-list mailing list