Update gimprc

This commit is contained in:
Martin Nordholts 2011-03-10 08:08:35 +01:00
parent b81276ca83
commit 01a52b8d00
2 changed files with 17 additions and 17 deletions

View File

@ -80,6 +80,15 @@ Specifies the language to use for the user interface. This is a string value.
Sets the level of interpolation used for scaling and other transformations.
Possible values are none, linear, cubic and lanczos.
.TP
(default-threshold 15)
Tools such as fuzzy-select and bucket fill find regions based on a seed-fill
algorithm. The seed fill starts at the initially selected pixel and
progresses in all directions until the difference of pixel intensity from the
original is greater than a specified threshold. This value represents the
default threshold. This is an integer value.
.TP
(plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")
@ -686,15 +695,6 @@ Possible values are low and high.
Bugs in event history buffer are frequent so in case of cursor offset problems
turning it off helps. Possible values are yes and no.
.TP
(default-threshold 15)
Tools such as fuzzy-select and bucket fill find regions based on a seed-fill
algorithm. The seed fill starts at the initially selected pixel and
progresses in all directions until the difference of pixel intensity from the
original is greater than a specified threshold. This value represents the
default threshold. This is an integer value.
.TP
(move-tool-changes-active no)

View File

@ -54,6 +54,14 @@
#
# (interpolation-type cubic)
# Tools such as fuzzy-select and bucket fill find regions based on a
# seed-fill algorithm. The seed fill starts at the initially selected pixel
# and progresses in all directions until the difference of pixel intensity
# from the original is greater than a specified threshold. This value
# represents the default threshold. This is an integer value.
#
# (default-threshold 15)
# Sets the plug-in search path. This is a colon-separated list of folders to
# search.
#
@ -533,14 +541,6 @@
#
# (use-event-history no)
# Tools such as fuzzy-select and bucket fill find regions based on a
# seed-fill algorithm. The seed fill starts at the initially selected pixel
# and progresses in all directions until the difference of pixel intensity
# from the original is greater than a specified threshold. This value
# represents the default threshold. This is an integer value.
#
# (default-threshold 15)
# If enabled, the move tool sets the edited layer or path as active. This
# used to be the default behaviour in older versions. Possible values are
# yes and no.