docs, etc: gimprc memsize without suffix is just bytes
This commit is contained in:
parent
635da347cd
commit
e0910337d0
3 changed files with 9 additions and 9 deletions
|
|
@ -460,7 +460,7 @@ dump_describe_param (GParamSpec *param_spec)
|
|||
"The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which "
|
||||
"makes GIMP interpret the size as being specified in bytes, kilobytes, "
|
||||
"megabytes or gigabytes. If no suffix is specified the size defaults "
|
||||
"to being specified in kilobytes.";
|
||||
"to being specified in bytes.";
|
||||
}
|
||||
else if (GIMP_IS_PARAM_SPEC_CONFIG_PATH (param_spec))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ images that wouldn't fit into memory otherwise. If you have a lot of RAM, you
|
|||
may want to set this to a higher value. The integer size can contain a suffix
|
||||
of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being specified
|
||||
in bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
|
||||
size defaults to being specified in kilobytes.
|
||||
size defaults to being specified in bytes.
|
||||
|
||||
.TP
|
||||
(use-opencl no)
|
||||
|
|
@ -332,7 +332,7 @@ the undo stack. Regardless of this setting, at least as many undo-levels as
|
|||
configured can be undone. The integer size can contain a suffix of 'B', 'K',
|
||||
\&'M' or 'G' which makes GIMP interpret the size as being specified in bytes,
|
||||
kilobytes, megabytes or gigabytes. If no suffix is specified the size defaults
|
||||
to being specified in kilobytes.
|
||||
to being specified in bytes.
|
||||
|
||||
.TP
|
||||
(undo-preview-size large)
|
||||
|
|
@ -385,7 +385,7 @@ The thumbnail in the Open dialog will be automatically updated if the file
|
|||
being previewed is smaller than the size set here. The integer size can
|
||||
contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size
|
||||
as being specified in bytes, kilobytes, megabytes or gigabytes. If no suffix
|
||||
is specified the size defaults to being specified in kilobytes.
|
||||
is specified the size defaults to being specified in bytes.
|
||||
|
||||
.TP
|
||||
(color-management
|
||||
|
|
@ -948,7 +948,7 @@ GIMP will warn the user if an attempt is made to create an image that would
|
|||
take more memory than the size specified here. The integer size can contain a
|
||||
suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being
|
||||
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 bytes.
|
||||
|
||||
.TP
|
||||
(toolbox-color-area yes)
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
# you may want to set this to a higher value. The integer size can contain a
|
||||
# suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being
|
||||
# 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 bytes.
|
||||
#
|
||||
# (tile-cache-size 2g)
|
||||
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
# as configured can be undone. The integer size can contain a suffix of 'B',
|
||||
# 'K', 'M' or 'G' which makes GIMP interpret the size as being specified in
|
||||
# bytes, kilobytes, megabytes or gigabytes. If no suffix is specified the
|
||||
# size defaults to being specified in kilobytes.
|
||||
# size defaults to being specified in bytes.
|
||||
#
|
||||
# (undo-size 1g)
|
||||
|
||||
|
|
@ -310,7 +310,7 @@
|
|||
# being previewed is smaller than the size set here. The integer size can
|
||||
# contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
|
||||
# size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
|
||||
# suffix is specified the size defaults to being specified in kilobytes.
|
||||
# suffix is specified the size defaults to being specified in bytes.
|
||||
#
|
||||
# (thumbnail-filesize-limit 4M)
|
||||
|
||||
|
|
@ -745,7 +745,7 @@
|
|||
# take more memory than the size specified here. The integer size can
|
||||
# contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the
|
||||
# size as being specified in bytes, kilobytes, megabytes or gigabytes. If no
|
||||
# suffix is specified the size defaults to being specified in kilobytes.
|
||||
# suffix is specified the size defaults to being specified in bytes.
|
||||
#
|
||||
# (max-new-image-size 128M)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue