From 599ec6bcd6d8dbfbca0606bc0c9f0b2e8ce9526e Mon Sep 17 00:00:00 2001 From: wiredfool Date: Sun, 1 Jan 2017 12:59:48 +0000 Subject: [PATCH] Removed #hack --- PIL/PcdImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/PcdImagePlugin.py b/PIL/PcdImagePlugin.py index 0cf348e74..24186bcfc 100644 --- a/PIL/PcdImagePlugin.py +++ b/PIL/PcdImagePlugin.py @@ -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