removed temp files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user