mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-07 03:16:15 +01:00
Added the fuzz tweak variable
This commit is contained in:
parent
0aa490214b
commit
6c2ca8975d
1 changed files with 8 additions and 0 deletions
|
|
@ -385,6 +385,14 @@
|
|||
generate_cover_title_font = None
|
||||
generate_cover_foot_font = None
|
||||
|
||||
#: Fuzz parameter value for cover trim
|
||||
# The value used by ImageMagick for the
|
||||
# fuzz distance when triming a cover.
|
||||
# Colors within this distance are considered equal.
|
||||
# The distance can be in absolute intensity units or,
|
||||
# by appending %, a percentage of the maximum possible intensity
|
||||
cover_trim_fuzz_value = 10
|
||||
|
||||
#: Control behavior of the book list
|
||||
# You can control the behavior of doubleclicks on the books list.
|
||||
# Choices: open_viewer, do_nothing,
|
||||
|
|
|
|||
Loading…
Reference in a new issue