mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
541178ade0
commit
e427437f89
@ -345,7 +345,7 @@ class BasicNewsRecipe(Recipe):
|
|||||||
#: are expressed as a percentage of the downloaded cover.
|
#: are expressed as a percentage of the downloaded cover.
|
||||||
#: cover_margins = (10, 15, '#ffffff') pads the cover with a white margin
|
#: cover_margins = (10, 15, '#ffffff') pads the cover with a white margin
|
||||||
#: 10px on the left and right, 15px on the top and bottom.
|
#: 10px on the left and right, 15px on the top and bottom.
|
||||||
#: Color names defined at https://www.imagemagick.org/script/color.php
|
#: Color names are defined `here <https://www.imagemagick.org/script/color.php>`_.
|
||||||
#: Note that for some reason, white does not always work in Windows. Use
|
#: Note that for some reason, white does not always work in Windows. Use
|
||||||
#: #ffffff instead
|
#: #ffffff instead
|
||||||
cover_margins = (0, 0, '#ffffff')
|
cover_margins = (0, 0, '#ffffff')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user