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'
>>>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to