Removed #hack

This commit is contained in:
wiredfool 2017-01-01 12:59:48 +00:00 committed by GitHub
parent 8dd19e6c33
commit 599ec6bcd6

View File

@ -44,7 +44,7 @@ class PcdImageFile(ImageFile.ImageFile):
orientation = i8(s[1538]) & 3
self.tile_post_rotate = None
if orientation == 1:
self.tile_post_rotate = 90 # hack
self.tile_post_rotate = 90
elif orientation == 3:
self.tile_post_rotate = -90