Moved piexif into captures submodule
This commit is contained in:
parent
4a9d1c5e3c
commit
7c450b6214
13 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ from PIL import Image
|
||||||
|
|
||||||
import dateutil.parser
|
import dateutil.parser
|
||||||
|
|
||||||
from openflexure_microscope.camera import piexif
|
from openflexure_microscope.captures import piexif
|
||||||
from openflexure_microscope.camera.piexif._exceptions import InvalidImageDataError
|
from openflexure_microscope.captures.piexif import InvalidImageDataError
|
||||||
from openflexure_microscope.json import JSONEncoder
|
from openflexure_microscope.json import JSONEncoder
|
||||||
|
|
||||||
EXIF_FORMATS = ["JPG", "JPEG", "TIF", "TIFF"]
|
EXIF_FORMATS = ["JPG", "JPEG", "TIF", "TIFF"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue