mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot white<->yellow workaround when adding borders during comic processing
This commit is contained in:
parent
471aac1bc7
commit
608d1e1468
@ -94,7 +94,7 @@ class PageProcessor(list):
|
|||||||
from calibre.utils.magick import PixelWand
|
from calibre.utils.magick import PixelWand
|
||||||
for i, wand in enumerate(self.pages):
|
for i, wand in enumerate(self.pages):
|
||||||
pw = PixelWand()
|
pw = PixelWand()
|
||||||
pw.color = 'white'
|
pw.color = '#ffffff'
|
||||||
|
|
||||||
wand.set_border_color(pw)
|
wand.set_border_color(pw)
|
||||||
if self.rotate:
|
if self.rotate:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user