mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Added the fuzz tweak variable
This commit is contained in:
parent
0aa490214b
commit
6c2ca8975d
@ -385,6 +385,14 @@ sort_dates_using_visible_fields = False
|
||||
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…
x
Reference in New Issue
Block a user