mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 17:56:30 +00:00
Tweaked margin color detection
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user