Added the fuzz tweak variable

This commit is contained in:
sengian 2013-08-11 22:43:17 +02:00
parent 0aa490214b
commit 6c2ca8975d

View File

@ -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,