1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

Tweaked margin color detection

This commit is contained in:
Paweł Jastrzębski
2014-01-31 11:14:25 +01:00
parent 062b239f2f
commit ce82b5ec66

View File

@@ -415,9 +415,6 @@ class ComicPage:
return False return False
def getImageFill(self, webtoon): def getImageFill(self, webtoon):
if not webtoon and self.color:
self.fill = 'black'
return
fill = 0 fill = 0
if not webtoon and not self.rotated: if not webtoon and not self.rotated:
# Search for horizontal solid lines # Search for horizontal solid lines