CrowdCafe / CrowdBox

CrowdBox - crowdsourcing application for managing images by crowd in your dropbox folder
https://crowdbox.me
1 stars 0 forks source link

keep photo shooting conditions #11

Closed pavelk2 closed 10 years ago

pavelk2 commented 10 years ago

http://stackoverflow.com/questions/22477034/set-file-properties-in-python

pavelk2 commented 10 years ago

if you use pyexiv and copy metadata - don't forget to delete all the files you store

pavelk2 commented 10 years ago

https://wiki.gnome.org/Projects/gexiv2/PythonSupport

pavelk2 commented 10 years ago

https://gist.github.com/jpwatts/819680

pavelk2 commented 10 years ago

import jpeg jpeg.setExif(jpeg.getExif('foo.jpg'), 'foo-resized.jpg')