B
Bill
Does anyone know of a Python program that will re-name digital photo
files in a date-time format based on the date stamp of the file?
files in a date-time format based on the date stamp of the file?
import Image
i = Image.open('/media/hda8/Pictures/Elvis/dscn0178.jpg')
i._getexif()[36867] '2006:02:18 14:07:55'
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.