From ce82b5ec66c9595b5ae22817e6682b31c4a7e088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Fri, 31 Jan 2014 11:14:25 +0100 Subject: [PATCH] Tweaked margin color detection --- kcc/image.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/kcc/image.py b/kcc/image.py index 4015af6..c0e548e 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -415,9 +415,6 @@ class ComicPage: return False def getImageFill(self, webtoon): - if not webtoon and self.color: - self.fill = 'black' - return fill = 0 if not webtoon and not self.rotated: # Search for horizontal solid lines