docs, etc: regenerate default gimprc and its manpage
This commit is contained in:
parent
e16c8a2352
commit
d230ca24c6
2 changed files with 9 additions and 8 deletions
|
|
@ -60,7 +60,7 @@ Sets how many threads GIMP should use for operations that support it. This is
|
|||
an integer value.
|
||||
|
||||
.TP
|
||||
(tile-cache-size 6118834k)
|
||||
(tile-cache-size 6118728k)
|
||||
|
||||
When the amount of pixel data exceeds this limit, GIMP will start to swap
|
||||
tiles to disk. This is a lot slower but it makes it possible to work on
|
||||
|
|
@ -320,7 +320,7 @@ kept available until the undo-size limit is reached. This is an integer
|
|||
value.
|
||||
|
||||
.TP
|
||||
(undo-size 1566421504)
|
||||
(undo-size 1529682k)
|
||||
|
||||
Sets an upper limit to the memory that is used per image to keep operations on
|
||||
the undo stack. Regardless of this setting, at least as many undo-levels as
|
||||
|
|
@ -1087,7 +1087,8 @@ screen, difference, addition, subtract, darken-only, lighten-only, hsv-hue,
|
|||
hsv-saturation, hsl-color, hsv-value, divide, dodge, burn, hardlight,
|
||||
softlight, grain-extract, grain-merge, vivid-light, pin-light, linear-light,
|
||||
hard-mix, exclusion, linear-burn, luma-darken-only, luma-lighten-only,
|
||||
luminance, color-erase, erase, merge, split, replace and anti-erase.
|
||||
luminance, color-erase, erase, merge, split, pass-through, replace and
|
||||
anti-erase.
|
||||
|
||||
.TP
|
||||
(layer-new-blend-space auto)
|
||||
|
|
|
|||
10
etc/gimprc
10
etc/gimprc
|
|
@ -42,7 +42,7 @@
|
|||
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
|
||||
# specified the size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (tile-cache-size 6118834k)
|
||||
# (tile-cache-size 6118728k)
|
||||
|
||||
# When enabled, uses OpenCL for some operations. Possible values are yes and
|
||||
# no.
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
|
||||
# size defaults to being specified in kilobytes.
|
||||
#
|
||||
# (undo-size 1566421504)
|
||||
# (undo-size 1529682k)
|
||||
|
||||
# Sets the size of the previews in the Undo History. Possible values are
|
||||
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and
|
||||
|
|
@ -336,7 +336,7 @@
|
|||
# (import-promote-float no)
|
||||
|
||||
# When promoting imported images to floating point precision, also add
|
||||
# minimal noise in order do distribute color values a bit. Possible values
|
||||
# minimal noise in order to distribute color values a bit. Possible values
|
||||
# are yes and no.
|
||||
#
|
||||
# (import-promote-dither yes)
|
||||
|
|
@ -866,8 +866,8 @@
|
|||
# hsv-saturation, hsl-color, hsv-value, divide, dodge, burn, hardlight,
|
||||
# softlight, grain-extract, grain-merge, vivid-light, pin-light,
|
||||
# linear-light, hard-mix, exclusion, linear-burn, luma-darken-only,
|
||||
# luma-lighten-only, luminance, color-erase, erase, merge, split, replace and
|
||||
# anti-erase.
|
||||
# luma-lighten-only, luminance, color-erase, erase, merge, split,
|
||||
# pass-through, replace and anti-erase.
|
||||
#
|
||||
# (layer-new-mode normal-legacy)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue