1418 lines
46 KiB
HTML
1418 lines
46 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of GIMPRC</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>GIMPRC</H1>
|
|
Section: File Formats (5)<BR>Updated: Version 2.10.18<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
gimprc - gimp configuration file
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The
|
|
<B>gimprc</B>
|
|
|
|
file is a configuration file read by GIMP when it starts up. There
|
|
are two of these: one system-wide one stored in
|
|
/etc/gimp/2.0/gimprc and a per-user <B>$XDG_CONFIG_HOME</B>/GIMP/2.10/gimprc
|
|
which may override system settings.
|
|
<P>
|
|
Comments are introduced by a hash sign (#), and continue until the end
|
|
of the line. Blank lines are ignored.
|
|
<P>
|
|
The
|
|
<B>gimprc</B>
|
|
|
|
file associates values with properties. These properties may be set
|
|
by lisp-like assignments of the form:
|
|
<DL COMPACT>
|
|
<DT id="1"><DD>
|
|
<B>(</B><I>property-name value</I><B>)</B>
|
|
<DT id="2">where:<DD>
|
|
<DT id="3"><I>property-name</I>
|
|
|
|
<DD>
|
|
is one of the property names described below.
|
|
<DT id="4"><I>value</I>
|
|
|
|
<DD>
|
|
is the value the property is to be set to.
|
|
</DL>
|
|
<P>
|
|
|
|
<P>
|
|
Either spaces or tabs may be used to separate the name from the value.
|
|
<P>
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>PROPERTIES</H2>
|
|
|
|
Valid properties and their default values are:
|
|
<P>
|
|
<DL COMPACT>
|
|
<DT id="5">(temp-path "${gimp_temp_dir}")<DD>
|
|
<P>
|
|
Sets the folder for temporary storage. Files will appear here during the
|
|
course of running GIMP. Most files will disappear when GIMP exits, but some
|
|
files are likely to remain, so it is best if this folder not be one that is
|
|
shared by other users. This is a single folder.
|
|
<P>
|
|
<DT id="6">(swap-path "${gimp_cache_dir}")<DD>
|
|
<P>
|
|
Sets the swap file location. GIMP uses a tile based memory allocation scheme.
|
|
The swap file is used to quickly and easily swap tiles out to disk and back
|
|
in. Be aware that the swap file can easily get very large if GIMP is used with
|
|
large images. Also, things can get horribly slow if the swap file is created
|
|
on a folder that is mounted over NFS. For these reasons, it may be desirable
|
|
to put your swap file in "/tmp". This is a single folder.
|
|
<P>
|
|
<DT id="7">(swap-compression "fast")<DD>
|
|
<P>
|
|
The compression method used for tile data stored in the swap file. This is a
|
|
string value.
|
|
<P>
|
|
<DT id="8">(num-processors 1)<DD>
|
|
<P>
|
|
Sets how many threads GIMP should use for operations that support it. This is
|
|
an integer value.
|
|
<P>
|
|
<DT id="9">(tile-cache-size 2g)<DD>
|
|
<P>
|
|
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
|
|
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.
|
|
<P>
|
|
<DT id="10">(use-opencl no)<DD>
|
|
<P>
|
|
When enabled, uses OpenCL for some operations. Possible values are yes and
|
|
no.
|
|
<P>
|
|
<DT id="11"><DD>
|
|
Specifies the language to use for the user interface. This is a string value.
|
|
<P>
|
|
<DT id="12">(interpolation-type cubic)<DD>
|
|
<P>
|
|
Sets the level of interpolation used for scaling and other transformations.
|
|
Possible values are none, linear, cubic, nohalo and lohalo.
|
|
<P>
|
|
<DT id="13">(default-threshold 15)<DD>
|
|
<P>
|
|
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.
|
|
<P>
|
|
<DT id="14">(plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins")<DD>
|
|
<P>
|
|
Sets the plug-in search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="15">(module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules")<DD>
|
|
<P>
|
|
Sets the module search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="16">(interpreter-path "${gimp_dir}/interpreters:${gimp_plug_in_dir}/interpreters")<DD>
|
|
<P>
|
|
Sets the interpreter search path. This is a colon-separated list of folders
|
|
to search.
|
|
<P>
|
|
<DT id="17">(environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ")<DD>
|
|
<P>
|
|
Sets the environ search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="18">(brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")<DD>
|
|
<P>
|
|
Sets the brush search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="19">(brush-path-writable "${gimp_dir}/brushes")<DD>
|
|
<P>
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="20">(dynamics-path "${gimp_dir}/dynamics:${gimp_data_dir}/dynamics")<DD>
|
|
<P>
|
|
Sets the dynamics search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="21">(dynamics-path-writable "${gimp_dir}/dynamics")<DD>
|
|
<P>
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="22">(mypaint-brush-path "/usr/share/mypaint-data/1.0/brushes:~/.mypaint/brushes")<DD>
|
|
<P>
|
|
Sets the brush search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="23">(mypaint-brush-path-writable "~/.mypaint/brushes")<DD>
|
|
<P>
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="24">(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns")<DD>
|
|
<P>
|
|
Sets the pattern search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="25">(pattern-path-writable "${gimp_dir}/patterns")<DD>
|
|
<P>
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="26">(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes")<DD>
|
|
<P>
|
|
Sets the palette search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="27">(palette-path-writable "${gimp_dir}/palettes")<DD>
|
|
<P>
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="28">(gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients")<DD>
|
|
<P>
|
|
Sets the gradient search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="29">(gradient-path-writable "${gimp_dir}/gradients")<DD>
|
|
<P>
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="30">(tool-preset-path "${gimp_dir}/tool-presets:${gimp_data_dir}/tool-presets")<DD>
|
|
<P>
|
|
Sets the dynamics search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="31">(tool-preset-path-writable "${gimp_dir}/tool-presets")<DD>
|
|
<P>
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="32">(font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts")<DD>
|
|
<P>
|
|
Where to look for fonts in addition to the system-wide installed fonts. This
|
|
is a colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="33">(default-brush "2. Hardness 050")<DD>
|
|
<P>
|
|
Specify a default brush. The brush is searched for in the specified brush
|
|
path. This is a string value.
|
|
<P>
|
|
<DT id="34">(default-dynamics "Dynamics Off")<DD>
|
|
<P>
|
|
Specify a default dynamics. The dynamics is searched for in the specified
|
|
dynamics path. This is a string value.
|
|
<P>
|
|
<DT id="35">(default-mypaint-brush "Fixme")<DD>
|
|
<P>
|
|
Specify a default MyPaint brush. This is a string value.
|
|
<P>
|
|
<DT id="36">(default-pattern "Pine")<DD>
|
|
<P>
|
|
Specify a default pattern. This is a string value.
|
|
<P>
|
|
<DT id="37">(default-palette "Default")<DD>
|
|
<P>
|
|
Specify a default palette. This is a string value.
|
|
<P>
|
|
<DT id="38">(default-gradient "FG to BG (RGB)")<DD>
|
|
<P>
|
|
Specify a default gradient. This is a string value.
|
|
<P>
|
|
<DT id="39">(default-tool-preset "Current Options")<DD>
|
|
<P>
|
|
Specify a default tool preset. The tool preset is searched for in the
|
|
specified tool prests path. This is a string value.
|
|
<P>
|
|
<DT id="40">(default-font "Sans-serif")<DD>
|
|
<P>
|
|
Specify a default font. This is a string value.
|
|
<P>
|
|
<DT id="41">(global-brush yes)<DD>
|
|
<P>
|
|
When enabled, the selected brush will be used for all tools. Possible values
|
|
are yes and no.
|
|
<P>
|
|
<DT id="42">(global-dynamics yes)<DD>
|
|
<P>
|
|
When enabled, the selected dynamics will be used for all tools. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="43">(global-pattern yes)<DD>
|
|
<P>
|
|
When enabled, the selected pattern will be used for all tools. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="44">(global-palette yes)<DD>
|
|
<P>
|
|
When enabled, the selected palette will be used for all tools. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="45">(global-gradient yes)<DD>
|
|
<P>
|
|
When enabled, the selected gradient will be used for all tools. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="46">(global-font yes)<DD>
|
|
<P>
|
|
When enabled, the selected font will be used for all tools. Possible values
|
|
are yes and no.
|
|
<P>
|
|
<DT id="47">(default-image<DD>
|
|
<BR> (width 1920)
|
|
<BR> (height 1080)
|
|
<BR> (unit pixels)
|
|
<BR> (xresolution 300)
|
|
<BR> (yresolution 300)
|
|
<BR> (resolution-unit inches)
|
|
<BR> (image-type rgb)
|
|
<BR> (precision u8-gamma)
|
|
<BR> (color-managed yes)
|
|
<BR> (color-profile NULL)
|
|
<BR> (fill-type background)
|
|
<BR> (comment "Created with GIMP"))
|
|
<P>
|
|
Sets the default image in the "File/New" dialog. This is a parameter list.
|
|
<P>
|
|
<DT id="48">(default-grid<DD>
|
|
<BR> (style solid)
|
|
<BR> (fgcolor (color-rgba 0 0 0 1))
|
|
<BR> (bgcolor (color-rgba 1 1 1 1))
|
|
<BR> (xspacing 10)
|
|
<BR> (yspacing 10)
|
|
<BR> (spacing-unit inches)
|
|
<BR> (xoffset 0)
|
|
<BR> (yoffset 0)
|
|
<BR> (offset-unit inches))
|
|
<P>
|
|
Specify a default image grid. This is a parameter list.
|
|
<P>
|
|
<DT id="49">(undo-levels 5)<DD>
|
|
<P>
|
|
Sets the minimal number of operations that can be undone. More undo levels are
|
|
kept available until the undo-size limit is reached. This is an integer
|
|
value.
|
|
<P>
|
|
<DT id="50">(undo-size 1g)<DD>
|
|
<P>
|
|
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
|
|
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.
|
|
<P>
|
|
<DT id="51">(undo-preview-size large)<DD>
|
|
<P>
|
|
Sets the size of the previews in the Undo History. Possible values are tiny,
|
|
extra-small, small, medium, large, extra-large, huge, enormous and gigantic.
|
|
<P>
|
|
<DT id="52">(plug-in-history-size 10)<DD>
|
|
<P>
|
|
How many recently used filters and plug-ins to keep on the Filters menu. This
|
|
is an integer value.
|
|
<P>
|
|
<DT id="53">(pluginrc-path "${gimp_dir}/pluginrc")<DD>
|
|
<P>
|
|
Sets the pluginrc search path. This is a single filename.
|
|
<P>
|
|
<DT id="54">(layer-previews yes)<DD>
|
|
<P>
|
|
Sets whether GIMP should create previews of layers and channels. Previews in
|
|
the layers and channels dialog are nice to have but they can slow things down
|
|
when working with large images. Possible values are yes and no.
|
|
<P>
|
|
<DT id="55">(group-layer-previews yes)<DD>
|
|
<P>
|
|
Sets whether GIMP should create previews of layer groups. Layer group previews
|
|
are more expensive than ordinary layer previews. Possible values are yes and
|
|
no.
|
|
<P>
|
|
<DT id="56">(layer-preview-size medium)<DD>
|
|
<P>
|
|
Sets the preview size used for layers and channel previews in newly created
|
|
dialogs. Possible values are tiny, extra-small, small, medium, large,
|
|
extra-large, huge, enormous and gigantic.
|
|
<P>
|
|
<DT id="57">(thumbnail-size normal)<DD>
|
|
<P>
|
|
Sets the size of the thumbnail shown in the Open dialog. Possible values are
|
|
none, normal and large.
|
|
<P>
|
|
<DT id="58">(thumbnail-filesize-limit 4M)<DD>
|
|
<P>
|
|
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.
|
|
<P>
|
|
<DT id="59">(color-management<DD>
|
|
<BR> (mode display)
|
|
<BR> (display-profile-from-gdk no)
|
|
<BR> (display-rendering-intent relative-colorimetric)
|
|
<BR> (display-use-black-point-compensation yes)
|
|
<BR> (display-optimize yes)
|
|
<BR> (simulation-rendering-intent perceptual)
|
|
<BR> (simulation-use-black-point-compensation no)
|
|
<BR> (simulation-optimize yes)
|
|
<BR> (simulation-gamut-check no)
|
|
<BR> (out-of-gamut-color (color-rgb 1 0 1))
|
|
<BR> (display-module "CdisplayLcms"))
|
|
<P>
|
|
Defines the color management behavior. This is a parameter list.
|
|
<P>
|
|
<DT id="60">(save-document-history yes)<DD>
|
|
<P>
|
|
Keep a permanent record of all opened and saved files in the Recent Documents
|
|
list. Possible values are yes and no.
|
|
<P>
|
|
<DT id="61">(quick-mask-color (color-rgba 1 0 0 0.5))<DD>
|
|
<P>
|
|
Sets the default quick mask color. The color is specified in the form
|
|
(color-rgba red green blue alpha) with channel values as floats in the range
|
|
of 0.0 to 1.0.
|
|
<P>
|
|
<DT id="62">(import-promote-float no)<DD>
|
|
<P>
|
|
Promote imported images to floating point precision. Does not apply to indexed
|
|
images. Possible values are yes and no.
|
|
<P>
|
|
<DT id="63">(import-promote-dither yes)<DD>
|
|
<P>
|
|
When promoting imported images to floating point precision, also add minimal
|
|
noise in order to distribute color values a bit. Possible values are yes and
|
|
no.
|
|
<P>
|
|
<DT id="64">(import-add-alpha no)<DD>
|
|
<P>
|
|
Add an alpha channel to all layers of imported images. Possible values are
|
|
yes and no.
|
|
<P>
|
|
<DT id="65">(import-raw-plug-in "")<DD>
|
|
<P>
|
|
Which plug-in to use for importing raw digital camera files. This is a single
|
|
filename.
|
|
<P>
|
|
<DT id="66">(export-file-type png)<DD>
|
|
<P>
|
|
Export file type used by default. Possible values are png, jpg, ora, psd,
|
|
pdf, tif, bmp and webp.
|
|
<P>
|
|
<DT id="67">(export-color-profile yes)<DD>
|
|
<P>
|
|
Export the image's color profile by default. Possible values are yes and no.
|
|
<P>
|
|
<DT id="68">(export-metadata-exif yes)<DD>
|
|
<P>
|
|
Export Exif metadata by default. Possible values are yes and no.
|
|
<P>
|
|
<DT id="69">(export-metadata-xmp yes)<DD>
|
|
<P>
|
|
Export XMP metadata by default. Possible values are yes and no.
|
|
<P>
|
|
<DT id="70">(export-metadata-iptc yes)<DD>
|
|
<P>
|
|
Export IPTC metadata by default. Possible values are yes and no.
|
|
<P>
|
|
<DT id="71">(debug-policy fatal)<DD>
|
|
<P>
|
|
Try generating debug data for bug reporting when appropriate. Possible values
|
|
are warning, critical, fatal and never.
|
|
<P>
|
|
<DT id="72">(check-updates yes)<DD>
|
|
<P>
|
|
Check for availability of GIMP updates through background internet queries.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="73">(check-update-timestamp 0)<DD>
|
|
<P>
|
|
Timestamp of the last update check. (null)
|
|
<P>
|
|
<DT id="74">(last-release-timestamp 0)<DD>
|
|
<P>
|
|
The timestamp for the last known release date. (null)
|
|
<P>
|
|
<DT id="75">(last-revision 0)<DD>
|
|
<P>
|
|
The timestamp for the last known release date. This is an integer value.
|
|
<P>
|
|
<DT id="76"><DD>
|
|
The last known release version of GIMP as queried from official website. This
|
|
is a string value.
|
|
<P>
|
|
<DT id="77">(transparency-size medium-checks)<DD>
|
|
<P>
|
|
Sets the size of the checkerboard used to display transparency. Possible
|
|
values are small-checks, medium-checks and large-checks.
|
|
<P>
|
|
<DT id="78">(transparency-type gray-checks)<DD>
|
|
<P>
|
|
Sets the manner in which transparency is displayed in images. Possible values
|
|
are light-checks, gray-checks, dark-checks, white-only, gray-only and
|
|
black-only.
|
|
<P>
|
|
<DT id="79">(snap-distance 8)<DD>
|
|
<P>
|
|
This is the distance in pixels where Guide and Grid snapping activates. This
|
|
is an integer value.
|
|
<P>
|
|
<DT id="80">(marching-ants-speed 200)<DD>
|
|
<P>
|
|
Speed of marching ants in the selection outline. This value is in
|
|
milliseconds (less time indicates faster marching). This is an integer value.
|
|
<P>
|
|
<DT id="81">(resize-windows-on-zoom no)<DD>
|
|
<P>
|
|
When enabled, the image window will automatically resize itself when zooming
|
|
into and out of images. This setting only takes effect in multi-window mode.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="82">(resize-windows-on-resize no)<DD>
|
|
<P>
|
|
When enabled, the image window will automatically resize itself whenever the
|
|
physical image size changes. This setting only takes effect in multi-window
|
|
mode. Possible values are yes and no.
|
|
<P>
|
|
<DT id="83">(default-show-all no)<DD>
|
|
<P>
|
|
Show full image content by default. Possible values are yes and no.
|
|
<P>
|
|
<DT id="84">(default-dot-for-dot yes)<DD>
|
|
<P>
|
|
When enabled, this will ensure that each pixel of an image gets mapped to a
|
|
pixel on the screen. Possible values are yes and no.
|
|
<P>
|
|
<DT id="85">(initial-zoom-to-fit yes)<DD>
|
|
<P>
|
|
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
|
|
are yes and no.
|
|
<P>
|
|
<DT id="86">(cursor-mode tool-crosshair)<DD>
|
|
<P>
|
|
Sets the type of mouse pointers to use. Possible values are tool-icon,
|
|
tool-crosshair and crosshair.
|
|
<P>
|
|
<DT id="87">(cursor-updating yes)<DD>
|
|
<P>
|
|
Context-dependent mouse pointers are helpful. They are enabled by default.
|
|
However, they require overhead that you may want to do without. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="88">(show-brush-outline yes)<DD>
|
|
<P>
|
|
When enabled, all paint tools will show a preview of the current brush's
|
|
outline. Possible values are yes and no.
|
|
<P>
|
|
<DT id="89">(snap-brush-outline no)<DD>
|
|
<P>
|
|
When enabled, the brush outline will snap to individual dabs while painting.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="90">(show-paint-tool-cursor yes)<DD>
|
|
<P>
|
|
When enabled, the mouse pointer will be shown over the image while using a
|
|
paint tool. Possible values are yes and no.
|
|
<P>
|
|
<DT id="91">(image-title-format "%D*%f-%p.%i (%t, %o, %L) %wx%h")<DD>
|
|
<P>
|
|
Sets the text to appear in image window titles. This is a format string;
|
|
certain % character sequences are recognised and expanded as follows:
|
|
<BR>
|
|
|
|
<P>
|
|
<BR>
|
|
|
|
%% literal percent sign
|
|
<BR>
|
|
|
|
%f bare filename, or "Untitled"
|
|
<BR>
|
|
|
|
%F full path to file, or "Untitled"
|
|
<BR>
|
|
|
|
%p PDB image id
|
|
<BR>
|
|
|
|
%i view instance number
|
|
<BR>
|
|
|
|
%t image type (RGB, grayscale, indexed)
|
|
<BR>
|
|
|
|
%z zoom factor as a percentage
|
|
<BR>
|
|
|
|
%s source scale factor
|
|
<BR>
|
|
|
|
%d destination scale factor
|
|
<BR>
|
|
|
|
%Dx expands to x if the image is dirty, the empty string otherwise
|
|
<BR>
|
|
|
|
%Cx expands to x if the image is clean, the empty string otherwise
|
|
<BR>
|
|
|
|
%B expands to (modified) if the image is dirty, the empty string otherwise
|
|
<BR>
|
|
|
|
%A expands to (clean) if the image is clean, the empty string otherwise
|
|
<BR>
|
|
|
|
%Nx expands to x if the image is export-dirty, the empty string otherwise
|
|
<BR>
|
|
|
|
%Ex expands to x if the image is export-clean, the empty string otherwise
|
|
<BR>
|
|
|
|
%l the number of layers
|
|
<BR>
|
|
|
|
%L the number of layers (long form)
|
|
<BR>
|
|
|
|
%m memory used by the image
|
|
<BR>
|
|
|
|
%n the name of the active layer/channel
|
|
<BR>
|
|
|
|
%P the PDB id of the active layer/channel
|
|
<BR>
|
|
|
|
%w image width in pixels
|
|
<BR>
|
|
|
|
%W image width in real-world units
|
|
<BR>
|
|
|
|
%h image height in pixels
|
|
<BR>
|
|
|
|
%H image height in real-world units
|
|
<BR>
|
|
|
|
%M the image size expressed in megapixels
|
|
<BR>
|
|
|
|
%u unit symbol
|
|
<BR>
|
|
|
|
%U unit abbreviation
|
|
<BR>
|
|
|
|
%x the width of the active layer/channel in pixels
|
|
<BR>
|
|
|
|
%X the width of the active layer/channel in real-world units
|
|
<BR>
|
|
|
|
%y the height of the active layer/channel in pixels
|
|
<BR>
|
|
|
|
%Y the height of the active layer/channel in real-world units
|
|
<BR>
|
|
|
|
%o the name of the image's color profile
|
|
<BR>
|
|
|
|
<P>
|
|
<BR>
|
|
|
|
<P>
|
|
<DT id="92">(image-status-format "%n (%m)")<DD>
|
|
<P>
|
|
Sets the text to appear in image window status bars. This is a format string;
|
|
certain % character sequences are recognised and expanded as follows:
|
|
<BR>
|
|
|
|
<P>
|
|
<BR>
|
|
|
|
%% literal percent sign
|
|
<BR>
|
|
|
|
%f bare filename, or "Untitled"
|
|
<BR>
|
|
|
|
%F full path to file, or "Untitled"
|
|
<BR>
|
|
|
|
%p PDB image id
|
|
<BR>
|
|
|
|
%i view instance number
|
|
<BR>
|
|
|
|
%t image type (RGB, grayscale, indexed)
|
|
<BR>
|
|
|
|
%z zoom factor as a percentage
|
|
<BR>
|
|
|
|
%s source scale factor
|
|
<BR>
|
|
|
|
%d destination scale factor
|
|
<BR>
|
|
|
|
%Dx expands to x if the image is dirty, the empty string otherwise
|
|
<BR>
|
|
|
|
%Cx expands to x if the image is clean, the empty string otherwise
|
|
<BR>
|
|
|
|
%B expands to (modified) if the image is dirty, the empty string otherwise
|
|
<BR>
|
|
|
|
%A expands to (clean) if the image is clean, the empty string otherwise
|
|
<BR>
|
|
|
|
%Nx expands to x if the image is export-dirty, the empty string otherwise
|
|
<BR>
|
|
|
|
%Ex expands to x if the image is export-clean, the empty string otherwise
|
|
<BR>
|
|
|
|
%l the number of layers
|
|
<BR>
|
|
|
|
%L the number of layers (long form)
|
|
<BR>
|
|
|
|
%m memory used by the image
|
|
<BR>
|
|
|
|
%n the name of the active layer/channel
|
|
<BR>
|
|
|
|
%P the PDB id of the active layer/channel
|
|
<BR>
|
|
|
|
%w image width in pixels
|
|
<BR>
|
|
|
|
%W image width in real-world units
|
|
<BR>
|
|
|
|
%h image height in pixels
|
|
<BR>
|
|
|
|
%H image height in real-world units
|
|
<BR>
|
|
|
|
%M the image size expressed in megapixels
|
|
<BR>
|
|
|
|
%u unit symbol
|
|
<BR>
|
|
|
|
%U unit abbreviation
|
|
<BR>
|
|
|
|
%x the width of the active layer/channel in pixels
|
|
<BR>
|
|
|
|
%X the width of the active layer/channel in real-world units
|
|
<BR>
|
|
|
|
%y the height of the active layer/channel in pixels
|
|
<BR>
|
|
|
|
%Y the height of the active layer/channel in real-world units
|
|
<BR>
|
|
|
|
%o the name of the image's color profile
|
|
<BR>
|
|
|
|
<P>
|
|
<BR>
|
|
|
|
<P>
|
|
<DT id="93">(monitor-xresolution 96)<DD>
|
|
<P>
|
|
Sets the monitor's horizontal resolution, in dots per inch. If set to 0,
|
|
forces the X server to be queried for both horizontal and vertical resolution
|
|
information. This is a float value.
|
|
<P>
|
|
<DT id="94">(monitor-yresolution 96)<DD>
|
|
<P>
|
|
Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces
|
|
the X server to be queried for both horizontal and vertical resolution
|
|
information. This is a float value.
|
|
<P>
|
|
<DT id="95">(monitor-resolution-from-windowing-system yes)<DD>
|
|
<P>
|
|
When enabled, GIMP will use the monitor resolution from the windowing system.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="96">(navigation-preview-size medium)<DD>
|
|
<P>
|
|
Sets the size of the navigation preview available in the lower right corner of
|
|
the image window. Possible values are tiny, extra-small, small, medium,
|
|
large, extra-large, huge, enormous and gigantic.
|
|
<P>
|
|
<DT id="97">(default-view<DD>
|
|
<BR> (show-menubar yes)
|
|
<BR> (show-statusbar yes)
|
|
<BR> (show-rulers yes)
|
|
<BR> (show-scrollbars yes)
|
|
<BR> (show-selection yes)
|
|
<BR> (show-layer-boundary yes)
|
|
<BR> (show-canvas-boundary yes)
|
|
<BR> (show-guides yes)
|
|
<BR> (show-grid no)
|
|
<BR> (show-sample-points yes)
|
|
<BR> (snap-to-guides yes)
|
|
<BR> (snap-to-grid no)
|
|
<BR> (snap-to-canvas no)
|
|
<BR> (snap-to-path no)
|
|
<BR> (padding-mode default)
|
|
<BR> (padding-color (color-rgb 1 1 1))
|
|
<BR> (padding-in-show-all no))
|
|
<P>
|
|
Sets the default settings for the image view. This is a parameter list.
|
|
<P>
|
|
<DT id="98">(default-fullscreen-view<DD>
|
|
<BR> (show-menubar yes)
|
|
<BR> (show-statusbar yes)
|
|
<BR> (show-rulers yes)
|
|
<BR> (show-scrollbars yes)
|
|
<BR> (show-selection yes)
|
|
<BR> (show-layer-boundary yes)
|
|
<BR> (show-canvas-boundary yes)
|
|
<BR> (show-guides yes)
|
|
<BR> (show-grid no)
|
|
<BR> (show-sample-points yes)
|
|
<BR> (snap-to-guides yes)
|
|
<BR> (snap-to-grid no)
|
|
<BR> (snap-to-canvas no)
|
|
<BR> (snap-to-path no)
|
|
<BR> (padding-mode default)
|
|
<BR> (padding-color (color-rgb 1 1 1))
|
|
<BR> (padding-in-show-all no))
|
|
<P>
|
|
Sets the default settings used when an image is viewed in fullscreen mode.
|
|
This is a parameter list.
|
|
<P>
|
|
<DT id="99">(activate-on-focus yes)<DD>
|
|
<P>
|
|
When enabled, an image will become the active image when its image window
|
|
receives the focus. This is useful for window managers using "click to focus".
|
|
<BR> Possible values are yes and no.
|
|
<P>
|
|
<DT id="100">(space-bar-action pan)<DD>
|
|
<P>
|
|
What to do when the space bar is pressed in the image window. Possible values
|
|
are none, pan and move.
|
|
<P>
|
|
<DT id="101">(zoom-quality high)<DD>
|
|
<P>
|
|
There's a tradeoff between speed and quality of the zoomed-out display.
|
|
Possible values are low and high.
|
|
<P>
|
|
<DT id="102">(use-event-history no)<DD>
|
|
<P>
|
|
Bugs in event history buffer are frequent so in case of cursor offset problems
|
|
turning it off helps. Possible values are yes and no.
|
|
<P>
|
|
<DT id="103">(edit-non-visible no)<DD>
|
|
<P>
|
|
When enabled, non-visible layers can be edited as normal. Possible values are
|
|
yes and no.
|
|
<P>
|
|
<DT id="104">(move-tool-changes-active no)<DD>
|
|
<P>
|
|
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.
|
|
<P>
|
|
<DT id="105">(filter-tool-max-recent 10)<DD>
|
|
<P>
|
|
How many recent settings to keep around in filter tools. This is an integer
|
|
value.
|
|
<P>
|
|
<DT id="106">(filter-tool-use-last-settings no)<DD>
|
|
<P>
|
|
Default to the last used settings in filter tools. Possible values are yes
|
|
and no.
|
|
<P>
|
|
<DT id="107">(filter-tool-show-color-options no)<DD>
|
|
<P>
|
|
Show advanced color options in filter tools. Possible values are yes and no.
|
|
<P>
|
|
<DT id="108">(trust-dirty-flag no)<DD>
|
|
<P>
|
|
When enabled, GIMP will not save an image if it has not been changed since it
|
|
was opened. Possible values are yes and no.
|
|
<P>
|
|
<DT id="109">(save-device-status yes)<DD>
|
|
<P>
|
|
Remember the current tool, pattern, color, and brush across GIMP sessions.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="110">(devices-share-tool no)<DD>
|
|
<P>
|
|
When enabled, the same tool and tool options will be used for all input
|
|
devices. No tool switching will occur when the input device changes. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="111">(save-session-info yes)<DD>
|
|
<P>
|
|
Save the positions and sizes of the main dialogs when GIMP exits. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="112">(restore-session yes)<DD>
|
|
<P>
|
|
Let GIMP try to restore your last saved session on each startup. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="113">(restore-monitor no)<DD>
|
|
<P>
|
|
When enabled, GIMP will try to restore windows on the monitor they were open
|
|
before. When disabled, windows will appear on the currently used monitor.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="114">(save-tool-options yes)<DD>
|
|
<P>
|
|
Save the tool options when GIMP exits. Possible values are yes and no.
|
|
<P>
|
|
<DT id="115">(compact-sliders yes)<DD>
|
|
<P>
|
|
Use compact style for sliders. Possible values are yes and no.
|
|
<P>
|
|
<DT id="116">(show-tooltips yes)<DD>
|
|
<P>
|
|
Show a tooltip when the pointer hovers over an item. Possible values are yes
|
|
and no.
|
|
<P>
|
|
<DT id="117">(tearoff-menus yes)<DD>
|
|
<P>
|
|
When enabled, menus can be torn off. Possible values are yes and no.
|
|
<P>
|
|
<DT id="118">(can-change-accels no)<DD>
|
|
<P>
|
|
When enabled, you can change keyboard shortcuts for menu items by hitting a
|
|
key combination while the menu item is highlighted. Possible values are yes
|
|
and no.
|
|
<P>
|
|
<DT id="119">(save-accels yes)<DD>
|
|
<P>
|
|
Save changed keyboard shortcuts when GIMP exits. Possible values are yes and
|
|
no.
|
|
<P>
|
|
<DT id="120">(restore-accels yes)<DD>
|
|
<P>
|
|
Restore saved keyboard shortcuts on each GIMP startup. Possible values are
|
|
yes and no.
|
|
<P>
|
|
<DT id="121">(last-opened-size 10)<DD>
|
|
<P>
|
|
How many recently opened image filenames to keep on the File menu. This is an
|
|
integer value.
|
|
<P>
|
|
<DT id="122">(max-new-image-size 128M)<DD>
|
|
<P>
|
|
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.
|
|
<P>
|
|
<DT id="123">(toolbox-color-area yes)<DD>
|
|
<P>
|
|
Show the current foreground and background colors in the toolbox. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="124">(toolbox-foo-area no)<DD>
|
|
<P>
|
|
Show the currently selected brush, pattern and gradient in the toolbox.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="125">(toolbox-image-area no)<DD>
|
|
<P>
|
|
Show the currently active image in the toolbox. Possible values are yes and
|
|
no.
|
|
<P>
|
|
<DT id="126">(toolbox-wilber yes)<DD>
|
|
<P>
|
|
Show the GIMP mascot at the top of the toolbox. Possible values are yes and
|
|
no.
|
|
<P>
|
|
<DT id="127">(toolbox-groups yes)<DD>
|
|
<P>
|
|
Use a single toolbox button for grouped tools. Possible values are yes and
|
|
no.
|
|
<P>
|
|
<DT id="128">(theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes")<DD>
|
|
<P>
|
|
Sets the theme search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="129">(theme "Dark")<DD>
|
|
<P>
|
|
The name of the theme to use. This is a string value.
|
|
<P>
|
|
<DT id="130">(icon-theme-path "${gimp_dir}/icons:${gimp_data_dir}/icons")<DD>
|
|
<P>
|
|
Sets the icon theme search path. This is a colon-separated list of folders to
|
|
search.
|
|
<P>
|
|
<DT id="131">(icon-theme "Symbolic")<DD>
|
|
<P>
|
|
The name of the icon theme to use. This is a string value.
|
|
<P>
|
|
<DT id="132">(icon-size auto)<DD>
|
|
<P>
|
|
The size of the icons to use. Possible values are auto, theme, small, medium,
|
|
large and huge.
|
|
<P>
|
|
<DT id="133">(use-help yes)<DD>
|
|
<P>
|
|
When enabled, pressing F1 will open the help browser. Possible values are yes
|
|
and no.
|
|
<P>
|
|
<DT id="134">(show-help-button yes)<DD>
|
|
<P>
|
|
When enabled, dialogs will show a help button that gives access to the related
|
|
help page. Without this button, the help page can still be reached by
|
|
pressing F1. Possible values are yes and no.
|
|
<P>
|
|
<DT id="135">(help-locales "")<DD>
|
|
<P>
|
|
Specifies the language preferences used by the help system. This is a
|
|
colon-separated list of language identifiers with decreasing priority. If
|
|
empty, the language is taken from the user's locale setting. This is a string
|
|
value.
|
|
<P>
|
|
<DT id="136">(help-browser gimp)<DD>
|
|
<P>
|
|
Sets the browser used by the help system. Possible values are gimp and
|
|
web-browser.
|
|
<P>
|
|
<DT id="137">(search-show-unavailable-actions no)<DD>
|
|
<P>
|
|
When enabled, a search of actions will also return inactive actions. Possible
|
|
values are yes and no.
|
|
<P>
|
|
<DT id="138">(action-history-size 100)<DD>
|
|
<P>
|
|
The maximum number of actions saved in history. This is an integer value.
|
|
<P>
|
|
<DT id="139">(user-manual-online no)<DD>
|
|
<P>
|
|
When enabled, the online user manual will be used by the help system.
|
|
Otherwise the locally installed copy is used. Possible values are yes and no.
|
|
<P>
|
|
<DT id="140">(user-manual-online-uri "<A HREF="https://docs.gimp.org/2.10">https://docs.gimp.org/2.10</A>")<DD>
|
|
<P>
|
|
The location of the online user manual. This is used if 'user-manual-online'
|
|
is enabled. This is a string value.
|
|
<P>
|
|
<DT id="141">(dock-window-hint utility)<DD>
|
|
<P>
|
|
The window type hint that is set on dock windows and the toolbox window. This
|
|
may affect the way your window manager decorates and handles these windows.
|
|
Possible values are normal, utility and keep-above.
|
|
<P>
|
|
<DT id="142">(cursor-handedness right)<DD>
|
|
<P>
|
|
Sets the handedness for cursor positioning. Possible values are left and
|
|
right.
|
|
<P>
|
|
<DT id="143">(playground-npd-tool no)<DD>
|
|
<P>
|
|
Enable the N-Point Deformation tool. Possible values are yes and no.
|
|
<P>
|
|
<DT id="144">(playground-seamless-clone-tool no)<DD>
|
|
<P>
|
|
Enable the Seamless Clone tool. Possible values are yes and no.
|
|
<P>
|
|
<DT id="145">(color-profile-policy ask)<DD>
|
|
<P>
|
|
How to handle embedded color profiles when opening a file. Possible values
|
|
are ask, keep and convert.
|
|
<P>
|
|
<DT id="146"><DD>
|
|
Sets the default folder path for all color profile file dialogs. This is a
|
|
single filename.
|
|
<P>
|
|
<DT id="147">(image-convert-profile-intent relative-colorimetric)<DD>
|
|
<P>
|
|
Sets the default rendering intent for the 'Convert to Color Profile' dialog.
|
|
Possible values are perceptual, relative-colorimetric, saturation and
|
|
absolute-colorimetric.
|
|
<P>
|
|
<DT id="148">(image-convert-profile-black-point-compensation yes)<DD>
|
|
<P>
|
|
Sets the default 'Black Point Compensation' state for the 'Convert to Color
|
|
Profile' dialog. Possible values are yes and no.
|
|
<P>
|
|
<DT id="149">(image-convert-precision-layer-dither-method none)<DD>
|
|
<P>
|
|
Sets the default layer dithering method for the 'Convert Precision' dialog.
|
|
Possible values are none, floyd-steinberg, bayer, random, random-covariant,
|
|
add, add-covariant, xor and xor-covariant.
|
|
<P>
|
|
<DT id="150">(image-convert-precision-text-layer-dither-method none)<DD>
|
|
<P>
|
|
Sets the default text layer dithering method for the 'Convert Precision'
|
|
dialog. Possible values are none, floyd-steinberg, bayer, random,
|
|
random-covariant, add, add-covariant, xor and xor-covariant.
|
|
<P>
|
|
<DT id="151">(image-convert-precision-channel-dither-method none)<DD>
|
|
<P>
|
|
Sets the default channel dithering method for the 'Convert Precision' dialog.
|
|
Possible values are none, floyd-steinberg, bayer, random, random-covariant,
|
|
add, add-covariant, xor and xor-covariant.
|
|
<P>
|
|
<DT id="152">(image-convert-indexed-palette-type generate)<DD>
|
|
<P>
|
|
Sets the default palette type for the 'Convert to Indexed' dialog. Possible
|
|
values are generate, web, mono and custom.
|
|
<P>
|
|
<DT id="153">(image-convert-indexed-max-colors 256)<DD>
|
|
<P>
|
|
Sets the default maximum number of colors for the 'Convert to Indexed' dialog.
|
|
<BR> This is an integer value.
|
|
<P>
|
|
<DT id="154">(image-convert-indexed-remove-duplicates yes)<DD>
|
|
<P>
|
|
Sets the default 'Remove duplicate colors' state for the 'Convert to Indexed'
|
|
dialog. Possible values are yes and no.
|
|
<P>
|
|
<DT id="155">(image-convert-indexed-dither-type none)<DD>
|
|
<P>
|
|
Sets the default dithering type for the 'Convert to Indexed' dialog. Possible
|
|
values are none, fs, fs-lowbleed and fixed.
|
|
<P>
|
|
<DT id="156">(image-convert-indexed-dither-alpha no)<DD>
|
|
<P>
|
|
Sets the default 'Dither alpha' state for the 'Convert to Indexed' dialog.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="157">(image-convert-indexed-dither-text-layers no)<DD>
|
|
<P>
|
|
Sets the default 'Dither text layers' state for the 'Convert to Indexed'
|
|
dialog. Possible values are yes and no.
|
|
<P>
|
|
<DT id="158">(image-resize-fill-type transparent)<DD>
|
|
<P>
|
|
Sets the default fill type for the 'Canvas Size' dialog. Possible values are
|
|
foreground, background, white, transparent and pattern.
|
|
<P>
|
|
<DT id="159">(image-resize-layer-set none)<DD>
|
|
<P>
|
|
Sets the default set of layers to resize for the 'Canvas Size' dialog.
|
|
Possible values are none, all, image-sized, visible and linked.
|
|
<P>
|
|
<DT id="160">(image-resize-resize-text-layers no)<DD>
|
|
<P>
|
|
Sets the default 'Resize text layers' state for the 'Canvas Size' dialog.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="161">(layer-new-name "Layer")<DD>
|
|
<P>
|
|
Sets the default layer name for the 'New Layer' dialog. This is a string
|
|
value.
|
|
<P>
|
|
<DT id="162">(layer-new-mode normal)<DD>
|
|
<P>
|
|
Sets the default mode for the 'New Layer' dialog. Possible values are
|
|
normal-legacy, dissolve, behind-legacy, multiply-legacy, screen-legacy,
|
|
overlay-legacy, difference-legacy, addition-legacy, subtract-legacy,
|
|
darken-only-legacy, lighten-only-legacy, hsv-hue-legacy,
|
|
hsv-saturation-legacy, hsl-color-legacy, hsv-value-legacy, divide-legacy,
|
|
dodge-legacy, burn-legacy, hardlight-legacy, softlight-legacy,
|
|
grain-extract-legacy, grain-merge-legacy, color-erase-legacy, overlay,
|
|
lch-hue, lch-chroma, lch-color, lch-lightness, normal, behind, multiply,
|
|
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, pass-through, replace and
|
|
anti-erase.
|
|
<P>
|
|
<DT id="163">(layer-new-blend-space auto)<DD>
|
|
<P>
|
|
Sets the default blend space for the 'New Layer' dialog. Possible values are
|
|
auto, rgb-linear, rgb-perceptual and lab.
|
|
<P>
|
|
<DT id="164">(layer-new-composite-space auto)<DD>
|
|
<P>
|
|
Sets the default composite space for the 'New Layer' dialog. Possible values
|
|
are auto, rgb-linear, rgb-perceptual and lab.
|
|
<P>
|
|
<DT id="165">(layer-new-composite-mode auto)<DD>
|
|
<P>
|
|
Sets the default composite mode for the 'New Layer' dialog. Possible values
|
|
are auto, union, clip-to-backdrop, clip-to-layer and intersection.
|
|
<P>
|
|
<DT id="166">(layer-new-opacity 1)<DD>
|
|
<P>
|
|
Sets the default opacity for the 'New Layer' dialog. This is a float value.
|
|
<P>
|
|
<DT id="167">(layer-new-fill-type transparent)<DD>
|
|
<P>
|
|
Sets the default fill type for the 'New Layer' dialog. Possible values are
|
|
foreground, background, white, transparent and pattern.
|
|
<P>
|
|
<DT id="168">(layer-resize-fill-type transparent)<DD>
|
|
<P>
|
|
Sets the default fill type for the 'Layer Boundary Size' dialog. Possible
|
|
values are foreground, background, white, transparent and pattern.
|
|
<P>
|
|
<DT id="169">(layer-add-mask-type white)<DD>
|
|
<P>
|
|
Sets the default mask for the 'Add Layer Mask' dialog. Possible values are
|
|
white, black, alpha, alpha-transfer, selection, copy and channel.
|
|
<P>
|
|
<DT id="170">(layer-add-mask-invert no)<DD>
|
|
<P>
|
|
Sets the default 'invert mask' state for the 'Add Layer Mask' dialog.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="171">(layer-merge-type expand-as-necessary)<DD>
|
|
<P>
|
|
Sets the default merge type for the 'Merge Visible Layers' dialog. Possible
|
|
values are expand-as-necessary, clip-to-image, clip-to-bottom-layer and
|
|
flatten-image.
|
|
<P>
|
|
<DT id="172">(layer-merge-active-group-only yes)<DD>
|
|
<P>
|
|
Sets the default 'Active group only' for the 'Merge Visible Layers' dialog.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="173">(layer-merge-discard-invisible no)<DD>
|
|
<P>
|
|
Sets the default 'Discard invisible' for the 'Merge Visible Layers' dialog.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="174">(channel-new-name "Channel")<DD>
|
|
<P>
|
|
Sets the default channel name for the 'New Channel' dialog. This is a string
|
|
value.
|
|
<P>
|
|
<DT id="175">(channel-new-color (color-rgba 0 0 0 0.5))<DD>
|
|
<P>
|
|
Sets the default color and opacity for the 'New Channel' dialog. The color is
|
|
specified in the form (color-rgba red green blue alpha) with channel values as
|
|
floats in the range of 0.0 to 1.0.
|
|
<P>
|
|
<DT id="176">(path-new-name "Path")<DD>
|
|
<P>
|
|
Sets the default path name for the 'New Path' dialog. This is a string value.
|
|
<P>
|
|
<DT id="177"><DD>
|
|
Sets the default folder path for the 'Export Path' dialog. This is a single
|
|
filename.
|
|
<P>
|
|
<DT id="178">(path-export-active-only yes)<DD>
|
|
<P>
|
|
Sets the default 'Export the active path' state for the 'Export Path' dialog.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="179"><DD>
|
|
Sets the default folder path for the 'Import Path' dialog. This is a single
|
|
filename.
|
|
<P>
|
|
<DT id="180">(path-import-merge no)<DD>
|
|
<P>
|
|
Sets the default 'Merge imported paths' state for the 'Import Path' dialog.
|
|
Possible values are yes and no.
|
|
<P>
|
|
<DT id="181">(path-import-scale no)<DD>
|
|
<P>
|
|
Sets the default 'Scale imported paths to fit size' state for the 'Import
|
|
Path' dialog. Possible values are yes and no.
|
|
<P>
|
|
<DT id="182">(selection-feather-radius 5)<DD>
|
|
<P>
|
|
Sets the default feather radius for the 'Feather Selection' dialog. This is a
|
|
float value.
|
|
<P>
|
|
<DT id="183">(selection-feather-edge-lock yes)<DD>
|
|
<P>
|
|
Sets the default 'Selected areas continue outside the image' setting for the
|
|
'Feather Selection' dialog. Possible values are yes and no.
|
|
<P>
|
|
<DT id="184">(selection-grow-radius 1)<DD>
|
|
<P>
|
|
Sets the default grow radius for the 'Grow Selection' dialog. This is a float
|
|
value.
|
|
<P>
|
|
<DT id="185">(selection-shrink-radius 1)<DD>
|
|
<P>
|
|
Sets the default shrink radius for the 'Shrink Selection' dialog. This is a
|
|
float value.
|
|
<P>
|
|
<DT id="186">(selection-shrink-edge-lock no)<DD>
|
|
<P>
|
|
Sets the default 'Selected areas continue outside the image' setting for the
|
|
'Shrink Selection' dialog. Possible values are yes and no.
|
|
<P>
|
|
<DT id="187">(selection-border-radius 5)<DD>
|
|
<P>
|
|
Sets the default border radius for the 'Border Selection' dialog. This is a
|
|
float value.
|
|
<P>
|
|
<DT id="188">(selection-border-style smooth)<DD>
|
|
<P>
|
|
Sets the default border style for the 'Border Selection' dialog. Possible
|
|
values are hard, smooth and feathered.
|
|
<P>
|
|
<DT id="189">(selection-border-edge-lock no)<DD>
|
|
<P>
|
|
Sets the default 'Selected areas continue outside the image' setting for the
|
|
'Border Selection' dialog. Possible values are yes and no.
|
|
<P>
|
|
<DT id="190">(fill-options<DD>
|
|
<BR> (style solid)
|
|
<BR> (antialias yes)
|
|
<BR> (feather no)
|
|
<BR> (feather-radius 10))
|
|
<P>
|
|
The default fill options for the fill dialogs. This is a parameter list.
|
|
<P>
|
|
<DT id="191">(stroke-options<DD>
|
|
<BR> (style solid)
|
|
<BR> (antialias yes)
|
|
<BR> (feather no)
|
|
<BR> (feather-radius 10)
|
|
<BR> (method line)
|
|
<BR> (width 6)
|
|
<BR> (unit pixels)
|
|
<BR> (cap-style butt)
|
|
<BR> (join-style miter)
|
|
<BR> (miter-limit 10)
|
|
<BR> (dash-offset 0)
|
|
<BR> (dash-info 0)
|
|
<BR> (emulate-brush-dynamics no))
|
|
<P>
|
|
The default stroke options for the stroke dialogs. This is a parameter list.
|
|
<P>
|
|
<DT id="192">(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer")<DD>
|
|
<P>
|
|
Where to search for fractals used by the Fractal Explorer plug-in. This is a
|
|
colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="193">(gfig-path "${gimp_dir}/gfig:${gimp_data_dir}/gfig")<DD>
|
|
<P>
|
|
Where to search for Gfig figures used by the Gfig plug-in. This is a
|
|
colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="194">(gflare-path "${gimp_dir}/gflare:${gimp_data_dir}/gflare")<DD>
|
|
<P>
|
|
Where to search for gflares used by the GFlare plug-in. This is a
|
|
colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="195">(gimpressionist-path "${gimp_dir}/gimpressionist:${gimp_data_dir}/gimpressionist")<DD>
|
|
<P>
|
|
Where to search for data used by the Gimpressionist plug-in. This is a
|
|
colon-separated list of folders to search.
|
|
<P>
|
|
<DT id="196">(script-fu-path "${gimp_dir}/scripts:${gimp_data_dir}/scripts")<DD>
|
|
<P>
|
|
This path will be searched for scripts when the Script-Fu plug-in is run.
|
|
This is a colon-separated list of folders to search.
|
|
<P>
|
|
</DL>
|
|
<P>
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>PATH EXPANSION</H2>
|
|
|
|
Strings of type PATH are expanded in a manner similar to
|
|
<B><A HREF="/cgi-bin/man/man2html?1+bash">bash</A></B>(1).
|
|
|
|
Specifically: tilde (~) is expanded to the user's home directory. Note that
|
|
the bash feature of being able to refer to other user's home directories
|
|
by writing ~userid/ is not valid in this file.
|
|
<P>
|
|
${variable} is expanded to the current value of an environment variable.
|
|
There are a few variables that are pre-defined:
|
|
<DL COMPACT>
|
|
<DT id="197"><I>gimp_dir</I>
|
|
|
|
<DD>
|
|
The personal gimp directory which is set to the value of the environment
|
|
variable GIMP2_DIRECTORY or to <B>$XDG_CONFIG_HOME</B>/GIMP/2.10.
|
|
<DT id="198"><I>gimp_data_dir</I>
|
|
|
|
<DD>
|
|
Base for paths to shareable data, which is set to the value of the
|
|
environment variable GIMP2_DATADIR or to the compiled-in default value
|
|
${datarootdir}/gimp/2.0.
|
|
<DT id="199"><I>gimp_plug_in_dir</I>
|
|
|
|
<DD>
|
|
Base to paths for architecture-specific plug-ins and modules, which is set
|
|
to the value of the environment variable GIMP2_PLUGINDIR or to the
|
|
compiled-in default value /usr/lib/gimp/2.0.
|
|
<DT id="200"><I>gimp_sysconf_dir</I>
|
|
|
|
<DD>
|
|
Path to configuration files, which is set to the value of the environment
|
|
variable GIMP2_SYSCONFDIR or to the compiled-in default value
|
|
/etc/gimp/2.0.
|
|
<DT id="201"><I>gimp_cache_dir</I>
|
|
|
|
<DD>
|
|
Path to cached files, which is set to the value of the environment
|
|
variable GIMP2_CACHEDIR or to the system default for per-user cached files.
|
|
<DT id="202"><I>gimp_temp_dir</I>
|
|
|
|
<DD>
|
|
Path to temporary files, which is set to the value of the environment
|
|
variable GIMP2_TEMPDIR or to the system default for temporary files.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>FILES</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="203"><I>/etc/gimp/2.0/gimprc</I>
|
|
|
|
<DD>
|
|
System-wide configuration file
|
|
<DT id="204"><I></I><B>$XDG_CONFIG_HOME</B>/GIMP/2.10/gimprc
|
|
|
|
<DD>
|
|
Per-user configuration file
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+gimp">gimp</A></B>(1)
|
|
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="205"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="206"><A HREF="#lbAC">DESCRIPTION</A><DD>
|
|
<DT id="207"><A HREF="#lbAD">PROPERTIES</A><DD>
|
|
<DT id="208"><A HREF="#lbAE">PATH EXPANSION</A><DD>
|
|
<DT id="209"><A HREF="#lbAF">FILES</A><DD>
|
|
<DT id="210"><A HREF="#lbAG">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:03 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|