docs, etc: regenerated the default gimprc and the gimprc manpage

This commit is contained in:
Michael Natterer 2016-07-12 21:08:30 +02:00
parent bb66166e22
commit a802bd2a20
2 changed files with 30 additions and 35 deletions

View File

@ -60,7 +60,7 @@ Sets how many processors GIMP should try to use simultaneously. This is an
integer value. integer value.
.TP .TP
(tile-cache-size 6119176k) (tile-cache-size 6118966k)
When the amount of pixel data exceeds this limit, GIMP will start to swap 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 tiles to disk. This is a lot slower but it makes it possible to work on
@ -291,6 +291,8 @@ are yes and no.
(resolution-unit inches) (resolution-unit inches)
(image-type rgb) (image-type rgb)
(precision u8-gamma) (precision u8-gamma)
(color-managed yes)
(color-profile NULL)
(fill-type background-fill) (fill-type background-fill)
(comment "Created with GIMP")) (comment "Created with GIMP"))
@ -318,7 +320,7 @@ kept available until the undo-size limit is reached. This is an integer
value. value.
.TP .TP
(undo-size 1529794k) (undo-size 1566455296)
Sets an upper limit to the memory that is used per image to keep operations on 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 the undo stack. Regardless of this setting, at least as many undo-levels as
@ -336,8 +338,8 @@ extra-small, small, medium, large, extra-large, huge, enormous and gigantic.
.TP .TP
(plug-in-history-size 10) (plug-in-history-size 10)
How many recently used plug-ins to keep on the Filters menu. This is an How many recently used filters and plug-ins to keep on the Filters menu. This
integer value. is an integer value.
.TP .TP
(pluginrc-path "${gimp_dir}/pluginrc") (pluginrc-path "${gimp_dir}/pluginrc")
@ -379,8 +381,10 @@ is specified the size defaults to being specified in kilobytes.
(display-profile-from-gdk no) (display-profile-from-gdk no)
(display-rendering-intent relative-colorimetric) (display-rendering-intent relative-colorimetric)
(display-use-black-point-compensation yes) (display-use-black-point-compensation yes)
(display-optimize yes)
(simulation-rendering-intent perceptual) (simulation-rendering-intent perceptual)
(simulation-use-black-point-compensation no) (simulation-use-black-point-compensation no)
(simulation-optimize yes)
(simulation-gamut-check no) (simulation-gamut-check no)
(out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961)) (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
(display-module "CdisplayLcms")) (display-module "CdisplayLcms"))
@ -435,13 +439,15 @@ milliseconds (less time indicates faster marching). This is an integer value.
(resize-windows-on-zoom no) (resize-windows-on-zoom no)
When enabled, the image window will automatically resize itself when zooming When enabled, the image window will automatically resize itself when zooming
into and out of images. Possible values are yes and no. into and out of images. This setting only takes effect in multi-window mode.
Possible values are yes and no.
.TP .TP
(resize-windows-on-resize no) (resize-windows-on-resize no)
When enabled, the image window will automatically resize itself whenever the When enabled, the image window will automatically resize itself whenever the
physical image size changes. Possible values are yes and no. physical image size changes. This setting only takes effect in multi-window
mode. Possible values are yes and no.
.TP .TP
(default-dot-for-dot yes) (default-dot-for-dot yes)
@ -456,15 +462,6 @@ When enabled, this will ensure that the full image is visible after a file is
opened, otherwise it will be displayed with a scale of 1:1. Possible values opened, otherwise it will be displayed with a scale of 1:1. Possible values
are yes and no. are yes and no.
.TP
(perfect-mouse yes)
When enabled, the X server is queried for the mouse's current position on each
motion event, rather than relying on the position hint. This means painting
with large brushes should be more accurate, but it may be slower. Conversely,
on some X servers enabling this option results in faster painting. Possible
values are yes and no.
.TP .TP
(cursor-mode tool-icon) (cursor-mode tool-icon)
@ -733,10 +730,10 @@ to be the default behaviour in older versions. Possible values are yes and
no. no.
.TP .TP
(image-map-tool-max-recent 10) (filter-tool-max-recent 10)
How many recent settings to keep around in color correction tools This is an How many recent settings to keep around in filter tools This is an integer
integer value. value.
.TP .TP
(trust-dirty-flag no) (trust-dirty-flag no)

View File

@ -42,7 +42,7 @@
# specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is # specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
# specified the size defaults to being specified in kilobytes. # specified the size defaults to being specified in kilobytes.
# #
# (tile-cache-size 6119176k) # (tile-cache-size 6118966k)
# When enabled, uses OpenCL for some operations. Possible values are yes and # When enabled, uses OpenCL for some operations. Possible values are yes and
# no. # no.
@ -231,6 +231,8 @@
# (resolution-unit inches) # (resolution-unit inches)
# (image-type rgb) # (image-type rgb)
# (precision u8-gamma) # (precision u8-gamma)
# (color-managed yes)
# (color-profile NULL)
# (fill-type background-fill) # (fill-type background-fill)
# (comment "Created with GIMP")) # (comment "Created with GIMP"))
@ -260,7 +262,7 @@
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the # bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
# size defaults to being specified in kilobytes. # size defaults to being specified in kilobytes.
# #
# (undo-size 1529794k) # (undo-size 1566455296)
# Sets the size of the previews in the Undo History. Possible values are # Sets the size of the previews in the Undo History. Possible values are
# tiny, extra-small, small, medium, large, extra-large, huge, enormous and # tiny, extra-small, small, medium, large, extra-large, huge, enormous and
@ -268,8 +270,8 @@
# #
# (undo-preview-size large) # (undo-preview-size large)
# How many recently used plug-ins to keep on the Filters menu. This is an # How many recently used filters and plug-ins to keep on the Filters menu.
# integer value. # This is an integer value.
# #
# (plug-in-history-size 10) # (plug-in-history-size 10)
@ -309,8 +311,10 @@
# (display-profile-from-gdk no) # (display-profile-from-gdk no)
# (display-rendering-intent relative-colorimetric) # (display-rendering-intent relative-colorimetric)
# (display-use-black-point-compensation yes) # (display-use-black-point-compensation yes)
# (display-optimize yes)
# (simulation-rendering-intent perceptual) # (simulation-rendering-intent perceptual)
# (simulation-use-black-point-compensation no) # (simulation-use-black-point-compensation no)
# (simulation-optimize yes)
# (simulation-gamut-check no) # (simulation-gamut-check no)
# (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961)) # (out-of-gamut-color (color-rgb 0.501961 0.501961 0.501961))
# (display-module "CdisplayLcms")) # (display-module "CdisplayLcms"))
@ -354,12 +358,14 @@
# (marching-ants-speed 200) # (marching-ants-speed 200)
# When enabled, the image window will automatically resize itself when # When enabled, the image window will automatically resize itself when
# zooming into and out of images. Possible values are yes and no. # zooming into and out of images. This setting only takes effect in
# multi-window mode. Possible values are yes and no.
# #
# (resize-windows-on-zoom no) # (resize-windows-on-zoom no)
# When enabled, the image window will automatically resize itself whenever # When enabled, the image window will automatically resize itself whenever
# the physical image size changes. Possible values are yes and no. # the physical image size changes. This setting only takes effect in
# multi-window mode. Possible values are yes and no.
# #
# (resize-windows-on-resize no) # (resize-windows-on-resize no)
@ -374,14 +380,6 @@
# #
# (initial-zoom-to-fit yes) # (initial-zoom-to-fit yes)
# When enabled, the X server is queried for the mouse's current position on
# each motion event, rather than relying on the position hint. This means
# painting with large brushes should be more accurate, but it may be slower.
# Conversely, on some X servers enabling this option results in faster
# painting. Possible values are yes and no.
#
# (perfect-mouse yes)
# Sets the type of mouse pointers to use. Possible values are tool-icon, # Sets the type of mouse pointers to use. Possible values are tool-icon,
# tool-crosshair and crosshair. # tool-crosshair and crosshair.
# #
@ -567,10 +565,10 @@
# #
# (move-tool-changes-active no) # (move-tool-changes-active no)
# How many recent settings to keep around in color correction tools This is # How many recent settings to keep around in filter tools This is an integer
# an integer value. # value.
# #
# (image-map-tool-max-recent 10) # (filter-tool-max-recent 10)
# When enabled, GIMP will not save an image if it has not been changed since # When enabled, GIMP will not save an image if it has not been changed since
# it was opened. Possible values are yes and no. # it was opened. Possible values are yes and no.