removed temp files
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
E408191@CZ27LT9RCGN72.21668:1516641451
|
|
||||||
@@ -89,7 +89,6 @@ def handle_uploaded_image(i):
|
|||||||
if ExifTags.TAGS[orientation]=='Orientation':
|
if ExifTags.TAGS[orientation]=='Orientation':
|
||||||
break
|
break
|
||||||
exif=dict(image._getexif().items())
|
exif=dict(image._getexif().items())
|
||||||
print exif[orientation],'aap'
|
|
||||||
|
|
||||||
if exif[orientation] == 3:
|
if exif[orientation] == 3:
|
||||||
image=image.rotate(180, expand=True)
|
image=image.rotate(180, expand=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user