Packaged basic Piexif module

This commit is contained in:
Joel Collins 2019-02-19 12:02:11 +00:00
parent 366b771b72
commit c6eb6148cc
13 changed files with 1850 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import logging
from PIL import Image
import atexit
import piexif
from openflexure_microscope.camera import piexif
PIL_FORMATS = ['JPG', 'JPEG', 'PNG', 'TIF', 'TIFF']
EXIF_FORMATS = ['JPG', 'JPEG', 'TIF', 'TIFF']