Private
Public Access
1
0

removed temp files

This commit is contained in:
Sander Roosendaal
2018-01-23 21:23:37 +01:00
parent 58cdff8d0b
commit f313f4ce47
2 changed files with 0 additions and 2 deletions

View File

@@ -1 +0,0 @@
E408191@CZ27LT9RCGN72.21668:1516641451

View File

@@ -89,7 +89,6 @@ def handle_uploaded_image(i):
if ExifTags.TAGS[orientation]=='Orientation':
break
exif=dict(image._getexif().items())
print exif[orientation],'aap'
if exif[orientation] == 3:
image=image.rotate(180, expand=True)