mbac icon indicating copy to clipboard operation
mbac copied to clipboard

Integrate time stamps

Open jmoldon opened this issue 6 years ago • 0 comments

Photographies contain EXIF data that can be read when processing the images so evolution with time can be unambiguosly measured. There are many ways, just as a reference:

from PIL import Image
Image.open('./image0001.jpg')._getexif()[36868]

jmoldon avatar May 24 '18 21:05 jmoldon