mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a20015e1e7
commit
57ca76e68e
@ -290,10 +290,12 @@ class BasicNewsRecipe(Recipe):
|
|||||||
#: the cover for the periodical. Overriding this in your recipe instructs
|
#: the cover for the periodical. Overriding this in your recipe instructs
|
||||||
#: calibre to render the downloaded cover into a frame whose width and height
|
#: calibre to render the downloaded cover into a frame whose width and height
|
||||||
#: are expressed as a percentage of the downloaded cover.
|
#: are expressed as a percentage of the downloaded cover.
|
||||||
#: cover_margins = (10,15,'white') 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.
|
||||||
#: Colors name defined at http://www.imagemagick.org/script/color.php
|
#: Color names defined at http://www.imagemagick.org/script/color.php
|
||||||
cover_margins = (0,0,'white')
|
#: Note that for some reason, white does not always work on windows. Use
|
||||||
|
#: #ffffff instead
|
||||||
|
cover_margins = (0, 0, '#ffffff')
|
||||||
|
|
||||||
#: Set to a non empty string to disable this recipe
|
#: Set to a non empty string to disable this recipe
|
||||||
#: The string will be used as the disabled message
|
#: The string will be used as the disabled message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user