Forgot white<->yellow workaround when adding borders during comic processing

This commit is contained in:
Kovid Goyal 2010-10-11 17:33:01 -06:00
parent 471aac1bc7
commit 608d1e1468

View File

@ -94,7 +94,7 @@ class PageProcessor(list):
from calibre.utils.magick import PixelWand
for i, wand in enumerate(self.pages):
pw = PixelWand()
pw.color = 'white'
pw.color = '#ffffff'
wand.set_border_color(pw)
if self.rotate: