mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 03:21:44 +03:00
Removed #hack
This commit is contained in:
parent
8dd19e6c33
commit
599ec6bcd6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user