mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-12-04 21:28:42 -05:00
4153 lines
245 KiB
Plaintext
4153 lines
245 KiB
Plaintext
# GIMP pluginrc
|
||
#
|
||
# This file can safely be removed and will be automatically regenerated by
|
||
# querying the installed plug-ins.
|
||
|
||
(protocol-version 270)
|
||
(file-version 13)
|
||
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/web-page/web-page" 1609190423
|
||
(proc-def "plug-in-web-page" 1
|
||
"Create an image of a webpage"
|
||
"The plug-in allows you to take a screenshot of a webpage."
|
||
"Mukund Sivaraman <muks@banu.com>"
|
||
"2011"
|
||
"2011"
|
||
"From _Webpage..."
|
||
1
|
||
(menu-path "<Image>/File/Create/Acquire")
|
||
(icon icon-name -1 "")
|
||
""
|
||
4 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "url" "URL" "URL of the webpage to screenshot" 3 "http://www.gimp.org/")
|
||
(proc-arg 1 "GParamInt" "gint" "width" "Width" "The width of the screenshot (in pixels)" 3 100 524288 1024)
|
||
(proc-arg 1 "GParamInt" "gint" "font-size" "Font size" "The font size to use in the page (in pt)" 3 1 1000 12)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The output image" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/web-browser/web-browser" 1609190423
|
||
(proc-def "plug-in-web-browser" 1
|
||
"Open an URL in the user specified web browser"
|
||
"Opens the given URL in the user specified web browser."
|
||
"Henrik Brix Andersen <brix@gimp.org>"
|
||
"2003"
|
||
"2003/09/16"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
1 0
|
||
(proc-arg 6 "GParamString" "gchararray" "url" "URL" "URL to open" 3 "http://www.gimp.org/")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/wavelet-decompose/wavelet-decompose" 1609190423
|
||
(proc-def "plug-in-wavelet-decompose" 1
|
||
"Wavelet decompose"
|
||
"Compute and render wavelet scales"
|
||
"Miroslav Talasek <miroslav.talasek@seznam.cz>"
|
||
"Miroslav Talasek <miroslav.talasek@seznam.cz>"
|
||
"19january 2017"
|
||
"_Wavelet-decompose..."
|
||
1
|
||
(menu-path "<Image>/Filters/Enhance")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "scales" "Scales" "Number of scales" 3 1 7 5)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "create-group" "Create group" "Create a layer group to store the decomposition" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "create-masks" "Create masks" "Add a layer mask to each scales layer" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/warp/warp" 1609190423
|
||
(proc-def "plug-in-warp" 1
|
||
"Twist or smear image in many different ways"
|
||
"Smears an image along vector paths calculated as the gradient of a separate control matrix. The effect can look like brushstrokes of acrylic or watercolor paint, in some cases."
|
||
"John P. Beale"
|
||
"John P. Beale"
|
||
"1997"
|
||
"_Warp..."
|
||
1
|
||
(menu-path "<Image>/Filters/Map")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
17 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "amount" "Amount" "Pixel displacement multiplier" 3 -1.7976931348623157e+308 1.7976931348623157e+308 10)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "warp-map" "Warp map" "Displacement control map" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "iter" "Iter" "Iteration count" 3 1 100 5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "dither" "Dither" "Random dither amount" 3 0 100 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "angle" "Angle" "Angle of gradient vector rotation" 3 0 360 90)
|
||
(proc-arg 1 "GParamInt" "gint" "wrap-type" "Wrap type" "Edge behavior: { WRAP (0), SMEAR (1), BLACK (2), COLOR (3) }" 3 0 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "mag-map" "Mag map" "Magnitude control map" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "mag-use" "Mag use" "Use magnitude map" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "substeps" "Substeps" "Substeps between image updates" 3 1 100 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "grad-map" "Grad map" "Gradient control map" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "grad-scale" "Grad scale" "Scaling factor for gradient map (0=don't use)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "vector-map" "Vector map" "Fixed vector control map" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "vector-scale" "Vector scale" "Scaling factor for fixed vector map (0=don't use)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "vector-angle" "Vector angle" "Angle for fixed vector map" 3 0 360 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/van-gogh-lic/van-gogh-lic" 1609190423
|
||
(proc-def "plug-in-lic" 1
|
||
"Special effects that nobody understands"
|
||
"No help yet"
|
||
"Tom Bech & Federico Mena Quintero"
|
||
"Tom Bech & Federico Mena Quintero"
|
||
"Version 0.14, September 24 1997"
|
||
"_Van Gogh (LIC)..."
|
||
1
|
||
(menu-path "<Image>/Filters/Artistic")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/unit-editor/unit-editor" 1609190423
|
||
(proc-def "plug-in-unit-editor" 1
|
||
"Create or alter units used in GIMP"
|
||
"The GIMP unit editor"
|
||
"Michael Natterer <mitch@gimp.org>"
|
||
"Michael Natterer <mitch@gimp.org>"
|
||
"2000"
|
||
"U_nits"
|
||
1
|
||
(menu-path "<Image>/Edit/Preferences")
|
||
(icon icon-name -1 "gimp-tool-measure")
|
||
""
|
||
1 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/tile-small/tile-small" 1609190423
|
||
(proc-def "plug-in-small-tiles" 1
|
||
"Tile image into smaller versions of the original"
|
||
"More here later"
|
||
"Andy Thomas"
|
||
"Andy Thomas"
|
||
"1997"
|
||
"_Small Tiles..."
|
||
1
|
||
(menu-path "<Image>/Filters/Map")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
4 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "num-tiles" "Num tiles" "Number of tiles to make" 3 2 6 2)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/tile/tile" 1609190423
|
||
(proc-def "plug-in-tile" 1
|
||
"Create an array of copies of the image"
|
||
"This function creates a new image with a single layer sized to the specified 'new_width' and 'new_height' parameters. The specified drawable is tiled into this layer. The new layer will have the same type as the specified drawable and the new image will have a corresponding base type."
|
||
"Spencer Kimball & Peter Mattis"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1996-1997"
|
||
"_Tile..."
|
||
1
|
||
(menu-path "<Image>/Filters/Map")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
6 2
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "new-width" "New width" "New (tiled) image width" 3 1 524288 1)
|
||
(proc-arg 1 "GParamInt" "gint" "new-height" "New height" "New (tiled) image height" 3 1 524288 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "new-image" "New image" "Create a new image" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image" "New image" "Output image (NULL if new-image == FALSE)" 3 1)
|
||
(proc-arg 8 "GimpParamLayer" "GimpLayer" "new-layer" "New layer" "Output layer (NULL if new-image == FALSE)" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/spyro-plus/spyro-plus.py" 1609190423
|
||
(proc-def "plug-in-spyrogimp" 1
|
||
"Draw spyrographs using current tool settings and selection."
|
||
"Uses current tool settings to draw Spyrograph patterns. The size and location of the pattern is based on the current selection."
|
||
"Elad Shahar"
|
||
"Elad Shahar"
|
||
"2018"
|
||
"Spyrogimp..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
16 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "curve-type" "The curve type { Spyrograph (0), Epitrochoid (1), Sine (2), Lissajous(3) }" "The curve type { Spyrograph (0), Epitrochoid (1), Sine (2), Lissajous(3) }" 3 0 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "shape" "Shape of fixed gear" "Shape of fixed gear" 3 0 2147483647 0)
|
||
(proc-arg 1 "GParamInt" "gint" "sides" "Number of sides of fixed gear (3 or greater). Only used by some shapes." "Number of sides of fixed gear (3 or greater). Only used by some shapes." 3 3 2147483647 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "morph" "Morph shape of fixed gear, between 0 and 1. Only used by some shapes." "Morph shape of fixed gear, between 0 and 1. Only used by some shapes." 3 0 1 0)
|
||
(proc-arg 1 "GParamInt" "gint" "fixed-teeth" "Number of teeth for fixed gear" "Number of teeth for fixed gear" 3 0 2147483647 96)
|
||
(proc-arg 1 "GParamInt" "gint" "moving-teeth" "Number of teeth for moving gear" "Number of teeth for moving gear" 3 0 2147483647 36)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "hole-percent" "Location of hole in moving gear in percent, where 100 means that the hole is at the edge of the gear, and 0 means the hole is at the center" "Location of hole in moving gear in percent, where 100 means that the hole is at the edge of the gear, and 0 means the hole is at the center" 3 0 100 100)
|
||
(proc-arg 1 "GParamInt" "gint" "margin" "Margin from selection, in pixels" "Margin from selection, in pixels" 3 0 2147483647 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "equal-w-h" "Make height and width equal" "Make height and width equal" 3 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "pattern-rotation" "Pattern rotation, in degrees" "Pattern rotation, in degrees" 3 -360 360 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "shape-rotation" "Shape rotation of fixed gear, in degrees" "Shape rotation of fixed gear, in degrees" 3 -360 360 0)
|
||
(proc-arg 1 "GParamInt" "gint" "tool" "Tool to use for drawing the pattern." "Tool to use for drawing the pattern." 3 0 2147483647 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "long-gradient" "Whether to apply a long gradient to match the length of the pattern. Only applicable to some of the tools." "Whether to apply a long gradient to match the length of the pattern. Only applicable to some of the tools." 3 0))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/sphere-designer/sphere-designer" 1609190423
|
||
(proc-def "plug-in-spheredesigner" 1
|
||
"Create an image of a textured sphere"
|
||
"This plug-in can be used to create textured and/or bumpmapped spheres, and uses a small lightweight raytracer to perform the task with good quality"
|
||
"Vidar Madsen"
|
||
"Vidar Madsen"
|
||
"1999"
|
||
"Sphere _Designer..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/sparkle/sparkle" 1609190423
|
||
(proc-def "plug-in-sparkle" 1
|
||
"Turn bright spots into starry sparkles"
|
||
"Uses a percentage based luminoisty threhsold to find candidate pixels for adding some sparkles (spikes)."
|
||
"John Beale, & (ported to GIMP v0.54) Michael J. Hammel & ted to GIMP v1.0) & Seth Burgess & Spencer Kimball"
|
||
"John Beale"
|
||
"Version 1.27, September 2003"
|
||
"_Sparkle..."
|
||
1
|
||
(menu-path "<Image>/Filters/Light and Shadow/Light")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
16 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "lum-threshold" "Lum threshold" "Luminosity threshold" 3 0 1 0.001)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "flare-inten" "Flare inten" "Flare intensity" 3 0 1 0.5)
|
||
(proc-arg 1 "GParamInt" "gint" "spike-len" "Spike len" "Spike length (in pixels)" 3 1 1000 20)
|
||
(proc-arg 1 "GParamInt" "gint" "spike-points" "Spike points" "# of spike points" 3 1 1000 4)
|
||
(proc-arg 1 "GParamInt" "gint" "spike-angle" "Spike angle" "Spike angle (-1: random)" 3 -1 360 15)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "density" "Density" "Spike density" 3 0 1 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "transparency" "Transparency" "Transparency" 3 0 1 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "random-hue" "Random hue" "Random hue" 3 0 1 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "random-saturation" "Random saturation" "Random saturation" 3 0 1 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "preserve-luminosity" "Preserve luminosity" "Preserve luminosity" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "inverse" "Inverse" "Inverse" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "border" "Border" "Add border" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "color-type" "Color type" "Color of sparkles: { NATURAL (0), FOREGROUND (1), BACKGROUND (2) }" 3 0 2 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/smooth-palette/smooth-palette" 1609190423
|
||
(proc-def "plug-in-smooth-palette" 1
|
||
"Derive a smooth color palette from the image"
|
||
"help!"
|
||
"Scott Draves"
|
||
"Scott Draves"
|
||
"1997"
|
||
"Smoo_th Palette..."
|
||
1
|
||
(menu-path "<Image>/Colors/Info")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
7 2
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "width" "Widtg" "Widtg" 3 2 524288 256)
|
||
(proc-arg 1 "GParamInt" "gint" "height" "Height" "Height" 3 2 524288 64)
|
||
(proc-arg 1 "GParamInt" "gint" "n-tries" "N tries" "Search septh" 3 1 1024 50)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "show-image" "Show image" "Show image" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image" "New image" "Output image" 3 0)
|
||
(proc-arg 8 "GimpParamLayer" "GimpLayer" "new-layer" "New layer" "Output layer" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/selection-to-path/selection-to-path" 1609190423
|
||
(proc-def "plug-in-sel2path" 1
|
||
"Converts a selection to a path"
|
||
"Converts a selection to a path"
|
||
"Andy Thomas"
|
||
"Andy Thomas"
|
||
"1999"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
23 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "align-threshold" "Align threshold" "Align threshold" 3 0.20000000000000001 2 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "corner-always-threshold" "Corner always threshold" "Corner always threshold" 3 30 180 60)
|
||
(proc-arg 1 "GParamInt" "gint" "corner-surround" "Corner surround" "Corner surround" 3 3 8 4)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "corner-threshold" "Corner threshold" "Corner threshold" 3 0 180 100)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "error-threshold" "Error threshold" "Error threshold" 3 0.20000000000000001 10 0.40000000000000002)
|
||
(proc-arg 1 "GParamInt" "gint" "filter-alternative-surround" "Filter alternative surround" "Filter alternative surround" 3 1 10 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "filter-epsilon" "Filter epsilon" "Filter epsilon" 3 5 40 10)
|
||
(proc-arg 1 "GParamInt" "gint" "filter-iteration-count" "Filter iteration count" "Filter iteration count" 3 4 70 4)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "filter-percent" "Filter percent" "Filter percent" 3 0 1 0.33000000000000002)
|
||
(proc-arg 1 "GParamInt" "gint" "filter-secondary-surround" "Filter secondary surround" "Filter secondary surround" 3 3 10 3)
|
||
(proc-arg 1 "GParamInt" "gint" "filter-surround" "Filter surround" "Filter surround" 3 2 10 2)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "keep-knees" "Keep knees" "Keep knees" 3 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "line-reversion-threshold" "Line reversion threshold" "Line reversion threshold" 3 0.01 0.20000000000000001 0.01)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "line-threshold" "Line threshold" "Line threshold" 3 0.20000000000000001 4 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "reparametrize-improvement" "Reparametrize improvement" "Reparametrize improvement" 3 0 1 0.01)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "reparametrize-threshold" "Reparametrize threshold" "Reparametrize threshold" 3 1 50 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "subdivide-search" "Subdivide search" "Subdivide search" 3 0.050000000000000003 1 0.10000000000000001)
|
||
(proc-arg 1 "GParamInt" "gint" "subdivide-surround" "Subdivide surround" "Subdivide surround" 3 2 10 4)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "subdivide-threshold" "Subdivide threshold" "Subdivide threshold" 3 0.01 1 0.029999999999999999)
|
||
(proc-arg 1 "GParamInt" "gint" "tangent-surround" "Tangent surround" "Tangent surround" 3 2 10 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/script-fu/script-fu" 1609190423
|
||
(proc-def "extension-script-fu" 2
|
||
"A scheme interpreter for scripting GIMP operations"
|
||
"More help here later"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1997"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
0 0)
|
||
(proc-def "plug-in-script-fu-console" 1
|
||
"Interactive console for Script-Fu development"
|
||
"Provides an interface which allows interactive scheme development."
|
||
"Spencer Kimball & Peter Mattis"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1997"
|
||
"Script-Fu _Console"
|
||
1
|
||
(menu-path "<Image>/Filters/Development/Script-Fu")
|
||
(icon icon-name -1 "")
|
||
""
|
||
1 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0))
|
||
(proc-def "plug-in-script-fu-text-console" 1
|
||
"Provides a text console mode for script-fu development"
|
||
"Provides an interface which allows interactive scheme development."
|
||
"Spencer Kimball & Peter Mattis"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1997"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
1 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0))
|
||
(proc-def "plug-in-script-fu-server" 1
|
||
"Server for remote Script-Fu operation"
|
||
"Provides a server for remote script-fu operation. NOTE that for security reasons this procedure's API was changed in an incompatible way since GIMP 2.8.12. You now have to pass the IP to listen on as first parameter. Calling this procedure with the old API will fail on purpose."
|
||
"Spencer Kimball & Peter Mattis"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1997"
|
||
"_Start Server..."
|
||
1
|
||
(menu-path "<Image>/Filters/Development/Script-Fu")
|
||
(icon icon-name -1 "")
|
||
""
|
||
4 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "ip" "IP" "The IP on which to listen for requests" 3 "")
|
||
(proc-arg 1 "GParamInt" "gint" "port" "Port" "The port on which to listen for requests" 3 0 2147483647 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "logfile" "Log File" "The file to log activity to" 3 ""))
|
||
(proc-def "plug-in-script-fu-eval" 1
|
||
"Evaluate scheme code"
|
||
"Evaluate the code under the scheme interpreter (primarily for batch mode)"
|
||
"Manish Singh"
|
||
"Manish Singh"
|
||
"1998"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "code" "Code" "The code to run" 3 ""))
|
||
(locale-def "gimp30-script-fu"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/screenshot/screenshot" 1609190423
|
||
(proc-def "plug-in-screenshot" 1
|
||
"Create an image from an area of the screen"
|
||
"The plug-in takes screenshots of an interactively selected window or of the desktop, either the whole desktop or an interactively selected region. When called non-interactively, it may grab the root window or use the window-id passed as a parameter. The last four parameters are optional and can be used to specify the corners of the region to be grabbed.On Mac OS X or on gnome-shell, when called non-interactively, the plug-inonly can take screenshots of the entire root window.Grabbing a window or a region is not supportednon-interactively. To grab a region or a particularwindow, you need to use the interactive mode."
|
||
"Sven Neumann <sven@gimp.org>, Henrik Brix Andersen <brix@gimp.org>,Simone Karin Lehmann"
|
||
"1998 - 2008"
|
||
"v1.1 (2008/04)"
|
||
"_Screenshot..."
|
||
1
|
||
(menu-path "<Image>/File/Create/Acquire")
|
||
(icon pixbuf 1216 "\211PNG\15\12\32\12\0\0\0\15IHDR\0\0\0\26\0\0\0\26\10\6\0\0\0\304\264l\73\0\0\0\4sBIT\10\10\10\10\174\10d\210\0\0\4wIDAT\70\215\235\225MlTU\24\200\277w\347\275\67o\336L\207v\72\355\264\245\277\54\240\15\65\32\26B\60a\3\211D\266jpQ\22\27\332\24\27\254\334\310\332\350FV\256\14\46\6Q\33\22b\42\211U\371\13\32im\220\14H\261\264\324t\50\264e\246o\176\72\363\346\275\231\67\63\327E\247\70\10\46\340In\356\71\347\236\174\347\344\334ss\25\236CN\235\72\245\1\321M\373\310\221\43\53\377\25\253\74\53\64\26k\77\20\10\230\337\7\2\1\337\246\57\227\313\331\225\212\267\57\231L\305\237\247\300\307D\10qsrjR\66\312\271s\337\345\201kO\213W\237\25\254\252\252y\371\362\45\226\226\356m\70\44\134\274t\41\250\50\212\52\245\374\377\140\237\317g\216\217\217\57wvv\274T\267\265\345\345\225\71UU\203\236\347\75\33\270\275\275\255\23\210\1\273\223\311\324\73\73\207w\66\15\14\364\307J\245\222\335\327\333\177\323\347\23\322\247\252\30F\240\66\77w\267\315\363\274kB\10\55\32m\375\60\231L\235\201\372\345\65\200\366YV\372\75\51\245r\360\340\253\255\373\367\37h\352\354\354\264Z\42\315\301\251\351\251\246\137\256\134\41\22i\305\60\374\4CA\12\205\2CC\303\325\374z\376\347\236\236\236\360\17\23\23\261\351\351\351\267\223\311\324\5\245\275\275\355\200e\245\77\17\205B\135\207\337\72\254\356\331\263\233\356\356n\374\176\35\327u\271zu\222r\311\243\134\55\321\335\335\215\42\4\76\41\20\276\215\341x\270\272B\311q\211ut\340\327\3\305\243cGU\300\257\256\255Y\237\236\375\366lo\270\51\204m\333\174y\372\64\225J\205m\333\6H\76L\62\372\356\30RJ\306\317\174\315\305\363\347\61CaT\335\217\256\371\320UA\173\54\306\374\335\273\134\277\36g\357\336WL\323\64\263\305b\21U\10\321\364\333\324\44CC\203\254\254\256\60\60\320OW\327V\46\46\46\270\277\264\304\311\223\47\61\315\0\251\264\305\360\313\373\60\3\6\236\343\260\272\272\312\303\224\305Zz\16\307qI\247\55\12\205\302c\227\47\35\307\41\233\313a\333Eb\261\30\361x\234\304b\2\41\4\177\316\316\320\327\77\100\377\366a\354\214\305\302\314\3J\345\62\324\44\136\255J\64\32e\351\336\22\226\225\301u\234\177\300RJE\42\221\65\311\354\354\54\0\353\353y\134\327\305\64M\204\20\30\301\55\334\271u\23\277\256\361\307\255\31\222\253\53linapp\7ss\363t\367\364\223K\247i\230fec\334\236\234\357G\42Q\50\332\5\356\57\77\40\261\260\200Wr\311\347\363d\323\26\371\134\206\256\336\76\26\357\45\10\230A\212\266\215\224R\1\204\330\4\64\366\247Q\374F\200\277\26\23\44WW\321\65\225\134\56\307\350\350\50\275\275\275\324\252U\250V\250T\252\230M\341z\175R\1T\261Q\225\244X\54\76\25\34\60\14\52\225\12\45\307\301\257\353\214\215\215\261k\327\56FFFhkk\43\30\14\242\50\12\236W\206\215\247\255\0\372\6X\202\353\272O\100\205P\50\26m\0\14\303\40\221H\20\217\307Y\137\137\47\34\16\323\325\325EKs\363FS\25\201\343\72T\253\65\1\250\76\51\345G\207\16\275\346\53\330\205G\355\50\225\312tun\245\275\55\346\365\365\365\271\55\221\250\236\311f\50\71\16RJ\342\361\70\231L\206c\307\216\61s\373\66\355\261\16\252\136\271\232\261\322J\46\223\276\355\272\245\57\224h\264u\44\233\315\235\70\176\374\203H\265V\251\51\212PR\251\65q\343\306\15o\362\352d\32\20\176\277\77\274\343\205\27\15U\201t\52\211a\30D\42\21\266\357\30\344\316\302\2\361\337\257I\307\266\55\140\46\24\12\176\134\50\330\277\52\200\332\332\32\71hY\351\23\200\37\320\0\57\24\12\176V\50\330\363\100\20\10\32\201\300\47\257\277\361\246\236\315\345\250V\53\370\174\32\232\256q\361\247\37\11\67\267\174u\77\261x\1\270\5\54\1Y\245\336lQ\7\6\66Au\135\257\47S\1M\325\264ot\135\17i\232\246\325j\65\351\225\75W\302\373\45\327Y\0\226\201\24\220\7J\233\137\323\277\23l\56\275\16U\353g\233q\262nK\240\324\260\134\300\3jO\373\363\32\223\64\352\233g\265\372\136m\200\313\272\277V\327\371\33\51\366\11O\363\73\12\137\0\0\0\0IEND\256B\140\202")
|
||
""
|
||
6 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "shoot-type" "Shoot type" "The shoot type { SHOOT-WINDOW (0), SHOOT-ROOT (1), SHOOT-REGION (2) }" 3 0 2 0)
|
||
(proc-arg 1 "GParamInt" "gint" "x1" "X1" "Region left x coord for SHOOT-WINDOW" 3 -2147483648 2147483647 0)
|
||
(proc-arg 1 "GParamInt" "gint" "y1" "Y1" "Region top y coord for SHOOT-WINDOW" 3 -2147483648 2147483647 0)
|
||
(proc-arg 1 "GParamInt" "gint" "x2" "X2" "Region right x coord for SHOOT-WINDOW" 3 -2147483648 2147483647 0)
|
||
(proc-arg 1 "GParamInt" "gint" "y2" "Y2" "Region bottom y coord for SHOOT-WINDOW" 3 -2147483648 2147483647 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/sample-colorize/sample-colorize" 1609190423
|
||
(proc-def "plug-in-sample-colorize" 1
|
||
"Colorize image using a sample image as a guide"
|
||
"This plug-in colorizes the contents of the specified (gray) layer with the help of a sample (color) layer. It analyzes all colors in the sample layer. The sample colors are sorted by brightness (== intentisty) and amount and stored in a sample colortable (where brightness is the index) The pixels of the destination layer are remapped with the help of the sample colortable. If use_subcolors is TRUE, the remapping process uses all sample colors of the corresponding brightness-intensity and distributes the subcolors according to their amount in the sample (If the sample has 5 green, 3 yellow, and 1 red pixel of the intensity value 105, the destination pixels at intensity value 105 are randomly painted in green, yellow and red in a relation of 5:3:1 If use_subcolors is FALSE only one sample color per intensity is used. (green will be used in this example) The brightness intensity value is transformed at the remapping process according to the levels: out_lo, out_hi, in_lo, in_high and gamma The in_low / in_high levels specify an initial mapping of the intensity. The gamma value determines how intensities are interpolated between the in_lo and in_high levels. A gamma value of 1.0 results in linear interpolation. Higher gamma values results in more high-level intensities Lower gamma values results in more low-level intensities The out_low/out_high levels constrain the resulting intensity index The intensity index is used to pick the corresponding color in the sample colortable. If hold_inten is FALSE the picked color is used 1:1 as resulting remap_color. If hold_inten is TRUE The brightness of the picked color is adjusted back to the original intensity value (only hue and saturation are taken from the picked sample color) (or to the input level, if orig_inten is set FALSE) Works on both Grayscale and RGB image with/without alpha channel. (the image with the dst_drawable is converted to RGB if necessary) The sample_drawable should be of type RGB or RGBA"
|
||
"Wolfgang Hofer"
|
||
"hof@hotbot.com"
|
||
"02/2000"
|
||
"_Sample Colorize..."
|
||
1
|
||
(menu-path "<Image>/Colors/Map")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
13 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "sample-drawable" "Sample drawable" "Sample drawable (should be of Type RGB or RGBA)" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "hold-inten" "Hold inten" "Hold brightness intensity levels" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "orig-inten" "Orig inten" "TRUE: hold brightness of original intensity levels, FALSE: Hold Intensity of input levels" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "rnd-subcolors" "Rnd subcolors" "TRUE: Use all subcolors of same intensity, FALSE: Use only one color per intensity" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "guess-missing" "Guess missing" "TRUE: guess samplecolors for the missing intensity values, FALSE: use only colors found in the sample" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "in-low" "In low" "Intensity of lowest input" 3 0 254 0)
|
||
(proc-arg 1 "GParamInt" "gint" "in-high" "In high" "Intensity of highest input" 3 1 255 255)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "gamma" "Gamma" "Gamma adjustment factor, 1.0 is linear" 3 0.10000000000000001 1 1)
|
||
(proc-arg 1 "GParamInt" "gint" "out-low" "out low" "Lowest sample color intensity" 3 0 254 0)
|
||
(proc-arg 1 "GParamInt" "gint" "ouz-high" "Out high" "Highest sample color intensity" 3 1 255 255)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/qbist/qbist" 1609190423
|
||
(proc-def "plug-in-qbist" 1
|
||
"Generate a huge variety of abstract patterns"
|
||
"This Plug-in is based on an article by Jörn Loviscach (appeared in c't 10/95, page 326). It generates modern art pictures from a random genetic formula."
|
||
"Jörn Loviscach, Jens Ch. Restemeier"
|
||
"Jörn Loviscach, Jens Ch. Restemeier"
|
||
"January 2001, 1.12"
|
||
"_Qbist..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Pattern")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/python-eval/python-eval.py" 1609190423
|
||
(proc-def "python-fu-eval" 1
|
||
"Evaluate Python code"
|
||
"Evaluate python code under the python interpreter (primarily for batch mode)"
|
||
"Manish Singh"
|
||
"Manish Singh"
|
||
"2006"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
1 0
|
||
(proc-arg 6 "GParamString" "gchararray" "code" "Python code to evaluate, or '-' to read from stdin" "Python code to evaluate, or '-' to read from stdin" 3 ""))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/python-console/python-console.py" 1609190423
|
||
(proc-def "python-fu-console" 1
|
||
"Interactive GIMP Python interpreter"
|
||
"Type in commands and see results"
|
||
"James Henstridge"
|
||
"James Henstridge"
|
||
"1997-1999"
|
||
"Python _Console"
|
||
1
|
||
(menu-path "<Image>/Filters/Development/Python-Fu")
|
||
(icon icon-name -1 "")
|
||
""
|
||
1 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "Read-write integer property." 3 1))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/procedure-browser/procedure-browser" 1609190423
|
||
(proc-def "plug-in-dbbrowser" 1
|
||
"List available procedures in the PDB"
|
||
""
|
||
"Thomas Noel"
|
||
"Thomas Noel"
|
||
"23th june 1997"
|
||
"Procedure _Browser"
|
||
1
|
||
(menu-path "<Image>/Help/Programming")
|
||
(icon icon-name -1 "")
|
||
""
|
||
1 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/print/print" 1609190423
|
||
(proc-def "file-print-gtk" 1
|
||
"Print the image"
|
||
"Print the image using the GTK+ Print API."
|
||
"Bill Skaggs, Sven Neumann, Stefan Röllin"
|
||
"Bill Skaggs <weskaggs@primate.ucdavis.edu>"
|
||
"2006 - 2008"
|
||
"_Print..."
|
||
1
|
||
(menu-path "<Image>/File/Send")
|
||
(icon icon-name -1 "document-print")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/plugin-browser/plugin-browser" 1609190423
|
||
(proc-def "plug-in-plug-in-details" 1
|
||
"Display information about plug-ins"
|
||
"Allows one to browse the plug-in menus system. You can search for plug-in names, sort by name or menu location and you can view a tree representation of the plug-in menus. Can also be of help to find where new plug-ins have installed themselves in the menus."
|
||
"Andy Thomas"
|
||
"Andy Thomas"
|
||
"1999"
|
||
"_Plug-In Browser"
|
||
1
|
||
(menu-path "<Image>/Help/Programming")
|
||
(icon icon-name -1 "gimp-plugin")
|
||
""
|
||
1 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/palette-to-gradient/palette-to-gradient.py" 1609190423
|
||
(proc-def "python-fu-palette-to-gradient" 1
|
||
"Create a gradient using colors from the palette"
|
||
"Create a new gradient using colors from the palette."
|
||
"Carol Spears, reproduced from previous work by Adrian Likins and Jeff Trefftz"
|
||
"Carol Spears"
|
||
"2006"
|
||
"Palette to _Gradient"
|
||
1
|
||
(menu-path "<Palettes>")
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode (unused)" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "palette" "Palette" "Palette name or empty string for the currently selected palette" 3 "")
|
||
(proc-arg 6 "GParamString" "gchararray" "new-gradient" "Name of the newly created gradient" "Read-write integer property." 3 ""))
|
||
(proc-def "python-fu-palette-to-gradient-repeating" 1
|
||
"Create a repeating gradient using colors from the palette"
|
||
"Create a new repeating gradient using colors from the palette."
|
||
"Carol Spears, reproduced from previous work by Adrian Likins and Jeff Trefftz"
|
||
"Carol Spears"
|
||
"2006"
|
||
"Palette to _Repeating Gradient"
|
||
1
|
||
(menu-path "<Palettes>")
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode (unused)" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "palette" "Palette" "Palette name or empty string for the currently selected palette" 3 "")
|
||
(proc-arg 6 "GParamString" "gchararray" "new-gradient" "Name of the newly created gradient" "Read-write integer property." 3 ""))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/palette-sort/palette-sort.py" 1609190423
|
||
(proc-def "python-fu-palette-sort" 1
|
||
"Sort the colors in a palette"
|
||
"palette_sort (palette, selection, slice_expr, channel,\nchannel2, quantize, ascending, pchannel, pquantize) -> new_palette\nSorts a palette, or part of a palette, using several options.\nOne can select two color channels over which to sort,\nand several auxiliary parameters create a 2D sorted\npalette with sorted rows, among other things.\nOne can optionally install colormath\n(https://pypi.python.org/pypi/colormath/1.0.8)\nto GIMP's Python to get even more channels to choose from.\n"
|
||
"João S. O. Bueno, Carol Spears, David Gowers"
|
||
"João S. O. Bueno, Carol Spears, David Gowers"
|
||
"2006-2014"
|
||
"_Sort Palette..."
|
||
1
|
||
(menu-path "<Palettes>")
|
||
(icon icon-name -1 "")
|
||
""
|
||
11 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "palette" "Palette" "Palette" 3 "")
|
||
(proc-arg 1 "GParamInt" "gint" "selections" "Se_lections" "['All', 'Slice / Array', 'Autoslice (fg->bg)', 'Partitioned']" 3 0 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "slice-expr" "Slice _expression" "\n Format is 'start:nrows,length' . All items are optional.\n\n The empty string selects all items, as does ':'\n ':4,' makes a 4-row selection out of all colors (length auto-determined)\n ':4' also.\n ':1,4' selects the first 4 colors\n ':,4' selects rows of 4 colors (nrows auto-determined)\n ':3,4' selects 3 rows of 4 colors\n '4:' selects a single row of all colors after 4, inclusive.\n '3:,4' selects rows of 4 colors, starting at 3 (nrows auto-determined)\n '2:3,4' selects 3 rows of 4 colors (12 colors total), beginning at index 2.\n '4' is illegal (ambiguous)\n" 3 "")
|
||
(proc-arg 1 "GParamInt" "gint" "channel1" "Channel to _sort" "Channel to sort: ('Red', 'Green', 'Blue', 'Luma (Y)', 'Hue', 'Saturation', 'Value', 'Saturation (HSL)', 'Lightness (HSL)', 'Index', 'Random')" 3 0 11 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "ascending1" "_Ascending" "Ascending" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "channel2" "Secondary Channel to s_ort" "Secondary Channel to sort: ('Red', 'Green', 'Blue', 'Luma (Y)', 'Hue', 'Saturation', 'Value', 'Saturation (HSL)', 'Lightness (HSL)', 'Index', 'Random')" 3 0 11 5)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "ascending2" "_Ascending" "Ascending" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "quantize" "_Quantization" "Quantization" 3 0 1 0)
|
||
(proc-arg 1 "GParamInt" "gint" "pchannel" "_Partitioning channel" "Partitioning channel: ('Red', 'Green', 'Blue', 'Luma (Y)', 'Hue', 'Saturation', 'Value', 'Saturation (HSL)', 'Lightness (HSL)', 'Index', 'Random')" 3 0 11 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "pquantize" "Partition q_uantization" "Partition quantization" 3 0 1 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "new-palette" "Palette" "Palette" 3 ""))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/palette-offset/palette-offset.py" 1609190423
|
||
(proc-def "python-fu-palette-offset" 1
|
||
"Offset the colors in a palette"
|
||
"palette_offset (palette, amount) -> modified_palette"
|
||
"Joao S. O. Bueno Calligaris, Carol Spears"
|
||
"(c) Joao S. O. Bueno Calligaris"
|
||
"2004, 2006"
|
||
"_Offset Palette..."
|
||
1
|
||
(menu-path "<Palettes>")
|
||
(icon icon-name -1 "")
|
||
""
|
||
3 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "Read-write integer property." 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "palette" "Palette" "Palette" 3 "")
|
||
(proc-arg 1 "GParamInt" "gint" "amount" "Off_set" "Offset" 3 -2147483648 2147483647 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "new-palette" "Name of the edited palette" "Name of the newly created palette if read-only or the input palette otherwise" 3 ""))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/pagecurl/pagecurl" 1609190423
|
||
(proc-def "plug-in-pagecurl" 1
|
||
"Curl up one of the image corners"
|
||
"This plug-in creates a pagecurl-effect."
|
||
"Federico Mena Quintero and Simon Budig"
|
||
"Federico Mena Quintero and Simon Budig"
|
||
"July 2004, 1.0"
|
||
"_Pagecurl..."
|
||
1
|
||
(menu-path "<Image>/Filters/Distorts")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
7 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "colors" "Colors" "FG- and BG-Color (0), Current gradient (1), Current gradient reversed (2)" 3 0 2 0)
|
||
(proc-arg 1 "GParamInt" "gint" "edge" "Edge" "Edge to curl (1-4, clockwise, starting in the lower right edge)" 3 1 4 1)
|
||
(proc-arg 1 "GParamInt" "gint" "orientation" "Orientation" "Vertical (0), Horizontal (1)" 3 0 1 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "shade" "Shade" "Shade the region under the curl" 3 1)
|
||
(proc-arg 8 "GimpParamLayer" "GimpLayer" "curl-layer" "Curl layer" "The new layer with the curl." 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/nl-filter/nl-filter" 1609190423
|
||
(proc-def "plug-in-nlfilt" 1
|
||
"Nonlinear swiss army knife filter"
|
||
"This is the pnmnlfilt, in gimp's clothing. See the pnmnlfilt manpage for details."
|
||
"Graeme W. Gill, gimp 0.99 plug-in by Eric L. Hernes"
|
||
"Graeme W. Gill, Eric L. Hernes"
|
||
"1997"
|
||
"_NL Filter..."
|
||
1
|
||
(menu-path "<Image>/Filters/Enhance")
|
||
(icon icon-name -1 "")
|
||
"RGB, GRAY"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "alpha" "Alpha" "The amount of the filter to apply" 3 0 1 0.29999999999999999)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "radius" "Radius" "The filter radius" 3 0.33333333333333331 1 0.33333333333333331)
|
||
(proc-arg 1 "GParamInt" "gint" "filter" "Filter" "The Filter to Run, 0 - alpha trimmed mean; 1 - optimal estimation (alpha controls noise variance); 2 - edge enhancement" 3 0 2 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/metadata-viewer/metadata-viewer" 1609190423
|
||
(proc-def "plug-in-metadata-viewer" 1
|
||
"View metadata (Exif, IPTC, XMP)"
|
||
"View metadata information attached to the current image. This can include Exif, IPTC and/or XMP information."
|
||
"Hartmut Kuhse, Michael Natterer, Ben Touchette"
|
||
"Hartmut Kuhse, Michael Natterer, Ben Touchette"
|
||
"2013, 2017"
|
||
"_View Metadata"
|
||
1
|
||
(menu-path "<Image>/Image/Metadata")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
2 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/metadata-editor/metadata-editor" 1609190423
|
||
(proc-def "plug-in-metadata-editor" 1
|
||
"Edit metadata (IPTC, EXIF, XMP)"
|
||
"Edit metadata information attached to the current image. Some or all of this metadata will be saved in the file, depending on the output file format."
|
||
"Ben Touchette"
|
||
"Ben Touchette"
|
||
"2017"
|
||
"_Edit Metadata"
|
||
1
|
||
(menu-path "<Image>/Image/Metadata")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
2 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/map-object/map-object" 1609190423
|
||
(proc-def "plug-in-map-object" 1
|
||
"Map the image to an object (plane, sphere, box or cylinder)"
|
||
"No help yet"
|
||
"Tom Bech & Federico Mena Quintero"
|
||
"Tom Bech & Federico Mena Quintero"
|
||
"Version 1.2.0, July 16 1998"
|
||
"Map _Object..."
|
||
1
|
||
(menu-path "<Image>/Filters/Map")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
49 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "map-type" "Map type" "Type of mapping (0=plane, 1=sphere, 2=box, 3=cylinder)" 3 0 2 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "viewpoint-x" "Viewpoint X" "Position of viewpoint (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "viewpoint-y" "Viewpoint Y" "Position of viewpoint (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "viewpoint-z" "Viewpoint Z" "Position of viewpoint (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 2)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "position-x" "Position X" "Object position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "position-y" "Position Y" "Object position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "position-z" "Position Z" "Object position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "first-axis-x" "First axis X" "First axis of object (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "first-axis-y" "First axis y" "First axis of object (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "first-axis-z" "First axis Z" "First axis of object (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "second-axis-x" "Second axis X" "Second axis of object (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "second-axis-y" "Second axis Y" "Second axis of object (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "second-axis-z" "Second axis Z" "Second axis of object (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "rotation-angle-x" "Rotation angle X" "Rotation about X axis in degrees" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "rotation-angle-y" "Rotation angle Y" "Rotation about Y axis in degrees" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "rotation-angle-z" "Rotation angle Z" "Rotation about Z axis in degrees" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 1 "GParamInt" "gint" "light-type" "Light type" "Type of lightsource (0=point, 1=directional, 2=none)" 3 0 2 0)
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "light-color" "Light color" "Light source color" 3 1 1 1 1 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-position-x" "Light position X" "Light source position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-position-y" "Light position Y" "Light source position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-position-z" "Light position Z" "Light source position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 2)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-direction-x" "Light direction X" "Light source direction (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-direction-y" "Light direction Y" "Light source direction (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-direction-z" "Light direction Z" "Light source direction (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "ambient-intensity" "Ambient intensity" "Material ambient intensity" 3 0 1 0.29999999999999999)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "diffuse-intensity" "Diffuse intensity" "Material diffuse intensity" 3 0 1 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "diffuse-reflectivity" "Diffuse reflectivity" "Material diffuse reflectivity" 3 0 1 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "specular-reflectivity" "Specular reflectivity" "Material specular reflectivity" 3 0 1 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "highlight" "Highlight" "Material highlight (note, it's exponential)" 3 0 1.7976931348623157e+308 27)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "antialiasing" "Antialiasing" "Apply antialiasing" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "tiled" "Tiled" "Tile source image" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "new-image" "New image" "Create a new image" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "transparent-background" "Transparent background" "Make background transparent" 3 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "radius" "Radius" "Sphere/cylinder radius (only used when maptype=1 or 3)" 3 0 1.7976931348623157e+308 0.25)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "x-scale" "X scale" "Box X size" 3 0 1.7976931348623157e+308 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "y-scale" "Y scale" "Box Y size" 3 0 1.7976931348623157e+308 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "z-scale" "Z scale" "Box Z size" 3 0 1.7976931348623157e+308 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "cylinder-length" "Cylinder length" "Cylinder length" 3 0 1.7976931348623157e+308 0.25)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "box-front-drawable" "Box front drawable" "Box front face (set these to NULL if not used)" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "box-back-drawable" "Box back drawable" "Box back face" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "box-top-drawable" "Box top drawable" "Box top face" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "box-bottom-drawable" "Box bottom drawable" "Box bottom face" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "box-left-drawable" "Box left drawable" "Box left face" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "box-right-drawable" "Box right drawable" "Box right face" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "cyl-top-drawable" "Cyl top drawable" "Cylinder top face (set these to NULL if not used)" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "cyl-bottom-drawable" "Cyl bottom drawable" "Cylinder bottom face" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/mail/mail" 1609190423
|
||
(has-init))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/lighting/lighting" 1609190423
|
||
(proc-def "plug-in-lighting" 1
|
||
"Apply various lighting effects to an image"
|
||
"No help yet"
|
||
"Tom Bech & Federico Mena Quintero"
|
||
"Tom Bech & Federico Mena Quintero"
|
||
"Version 0.2.0, March 15 1998"
|
||
"_Lighting Effects..."
|
||
1
|
||
(menu-path "<Image>/Filters/Light and Shadow/Light")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
24 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "bump-drawable" "Bump drawable" "Bumpmap drawable (set to NULL if disabled)" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "env-drawable" "Env drawable" "Environmentmap drawable (set to NULL if disabled" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "do-bumpmap" "Do bumpmap" "Enable bumpmapping" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "do-envmap" "Do envmap" "Enable envmapping" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "bumpmap-type" "Bumpmap type" "Type of mapping (0=linear, 1=log, 2=sinusoidal, 3=spherical)" 3 0 2 0)
|
||
(proc-arg 1 "GParamInt" "gint" "light-type" "Light type" "Type of lightsource (0=point, 1=directional, 3=spot, 4=none)" 3 0 4 0)
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "light-color" "Light color" "Light source color" 3 1 1 1 1 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-position-x" "Light position X" "Light source position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-position-y" "Light position Y" "Light source position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-position-z" "Light position Z" "Light source position (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-direction-x" "Light direction X" "Light source direction (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-direction-y" "Light direction Y" "Light source direction (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 -1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "light-direction-z" "Light direction Z" "Light source direction (x,y,z)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "ambient-intensity" "Ambient intensity" "Material ambient intensity" 3 0 1 0.20000000000000001)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "diffuse-intensity" "Diffuse intensity" "Material diffuse intensity" 3 0 1 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "diffuse-reflectivity" "Diffuse reflectivity" "Material diffuse reflectivity" 3 0 1 0.40000000000000002)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "specular-reflectivity" "Specular reflectivity" "Material specular reflectivity" 3 0 1 0.5)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "highlight" "Highlight" "Material highlight (note, it's exponential)" 3 0 1.7976931348623157e+308 27)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "antialiasing" "Antialiasing" "Apply antialiasing" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "new-image" "New image" "Create a new image" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "transparent-background" "Transparent background" "Make background transparent" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/jigsaw/jigsaw" 1609190423
|
||
(proc-def "plug-in-jigsaw" 1
|
||
"Add a jigsaw-puzzle pattern to the image"
|
||
"Jigsaw puzzle look"
|
||
"Nigel Wetten"
|
||
"Nigel Wetten"
|
||
"May 2000"
|
||
"_Jigsaw..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Pattern")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
8 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "x" "X" "Number of tiles across" 3 1 524288 5)
|
||
(proc-arg 1 "GParamInt" "gint" "y" "Y" "Number of tiles down" 3 1 524288 5)
|
||
(proc-arg 1 "GParamInt" "gint" "style" "Style" "The style/shape of the jigsaw puzzle { 0, 1 }" 3 0 1 0)
|
||
(proc-arg 1 "GParamInt" "gint" "blend-lines" "Blend lines" "Number of lines for shading bevels" 3 1 524288 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "blend-amount" "Blend amount" "The power of the light highlights" 3 0 5 0.5)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/imagemap/imagemap" 1609190423
|
||
(proc-def "plug-in-imagemap" 1
|
||
"Create a clickable imagemap"
|
||
""
|
||
"Maurits Rijk"
|
||
"Maurits Rijk"
|
||
"1998-2005"
|
||
"_Image Map..."
|
||
1
|
||
(menu-path "<Image>/Filters/Web")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/ifs-compose/ifs-compose" 1609190423
|
||
(proc-def "plug-in-ifscompose" 1
|
||
"Create an Iterated Function System (IFS) fractal"
|
||
"Interactively create an Iterated Function System fractal. Use the window on the upper left to adjustthe component transformations of the fractal. The operation that is performed is selected by the buttons underneath the window, or from a menu popped up by the right mouse button. The fractal will be rendered with a transparent background if the current image has an alpha channel."
|
||
"Owen Taylor"
|
||
"Owen Taylor"
|
||
"1997"
|
||
"_IFS Fractal..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Fractals")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/hot/hot" 1609190423
|
||
(proc-def "plug-in-hot" 1
|
||
"Find and fix pixels that may be unsafely bright"
|
||
"hot scans an image for pixels that will give unsave values of chrominance or composite signale amplitude when encoded into an NTSC or PAL signal. Three actions can be performed on these 'hot' pixels. (0) reduce luminance, (1) reduce saturation, or (2) Blacken."
|
||
"Eric L. Hernes, Alan Wm Paeth"
|
||
"Eric L. Hernes"
|
||
"1997"
|
||
"_Hot..."
|
||
1
|
||
(menu-path "<Image>/Colors/Modify")
|
||
(icon icon-name -1 "")
|
||
"RGB"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "mode" "Mode" "Mode { NTSC (0), PAL (1) }" 3 0 1 0)
|
||
(proc-arg 1 "GParamInt" "gint" "action" "Action" "Action { (0) reduce luminance, (1) reduce saturation, or (2) Blacken }" 3 0 2 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "new-layer" "New layer" "Create a new layer" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/histogram-export/histogram-export.py" 1609190423
|
||
(proc-def "histogram-export" 1
|
||
"Exports the image histogram to a text file (CSV)"
|
||
"\nExports the image histogram to a text file,\nso that it can be used by other programs\nand loaded into spreadsheets.\n\nThe resulting file is a CSV file (Comma Separated\nValues), which can be imported\ndirectly in most spreadsheet programs.\n\nThe first two columns are the bucket boundaries,\nfollowed by the selected columns. The histogram\nrefers to the selected image area, and\ncan use either Sample Average data or data\nfrom the current drawable only.;\n\nThe output is in \"weighted pixels\" - meaning\nall fully transparent pixels are not counted.\n\nCheck the gimp-histogram call\n"
|
||
"João S. O. Bueno"
|
||
"(c) GPL V3.0 or later"
|
||
"2014"
|
||
"_Export histogram..."
|
||
1
|
||
(menu-path "<Image>/Colors/Info/")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "Histogram _File" "Histogram export file" 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "bucket-size" "_Bucket Size" "Bucket Size" 3 0.001 1 0.01)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "sample-average" "Sample _Average" "Sample Average" 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "output-format" "Output format" "Output format: 'pixel count', 'normalized', 'percent'" 3 "pixel count"))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/help-browser/help-browser" 1609190423
|
||
(proc-def "extension-gimp-help-browser" 2
|
||
"Browse the GIMP user manual"
|
||
"A small and simple HTML browser optimized for browsing the GIMP user manual."
|
||
"Sven Neumann <sven@gimp.org>, Michael Natterer <mitch@gimp.org>Henrik Brix Andersen <brix@gimp.org>"
|
||
"Sven Neumann, Michael Natterer & Henrik Brix Andersen"
|
||
"1999-2008"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-domain-names" "Num domain names" "Num domain names" 3 0 2147483647 0)
|
||
(proc-arg 0 "GimpParamStringArray" "GimpStringArray" "domain-names" "Domain names" "Domain names" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "num-domain-uris" "Num domain URIs" "Num domain URIs" 3 0 2147483647 0)
|
||
(proc-arg 0 "GimpParamStringArray" "GimpStringArray" "domain-uris" "Domain URIs" "Domain URIs" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/help/help" 1609190423
|
||
(proc-def "extension-gimp-help" 2
|
||
""
|
||
""
|
||
"Sven Neumann <sven@gimp.org>, Michael Natterer <mitch@gimp.org>, Henrik Brix Andersen <brix@gimp.org>"
|
||
"Sven Neumann, Michael Natterer & Henrik Brix Andersen"
|
||
"1999-2008"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
4 0
|
||
(proc-arg 1 "GParamInt" "gint" "num-domain-names" "Num Domain Names" "Num domain names" 3 0 2147483647 0)
|
||
(proc-arg 0 "GimpParamStringArray" "GimpStringArray" "domain-names" "Domain Names" "Domain names" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "num-domain-uris" "Num Domain URIs" "Num domain URIs" 3 0 2147483647 0)
|
||
(proc-arg 0 "GimpParamStringArray" "GimpStringArray" "domain-uris" "Domain URIs" "Domain URIs" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/guillotine/guillotine" 1609190423
|
||
(proc-def "plug-in-guillotine" 1
|
||
"Slice the image into subimages using guides"
|
||
"This function takes an image and slices it along its guides, creating new images. The original image is not modified."
|
||
"Adam D. Moss (adam@foxbox.org)"
|
||
"Adam D. Moss (adam@foxbox.org)"
|
||
"1998"
|
||
"Slice Using G_uides"
|
||
1
|
||
(menu-path "<Image>/Image/Crop")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 2
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-count" "Number of images created" "Number of images created" 3 0 2147483647 0)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "images" "Output images" "Output images" 3 "GimpImage")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/grid/grid" 1609190423
|
||
(proc-def "plug-in-grid" 1
|
||
"Draw a grid on the image"
|
||
"Draws a grid using the specified colors. The grid origin is the upper left corner."
|
||
"Tim Newsome"
|
||
"Tim Newsome, Sven Neumann, Tom Rathborne, TC"
|
||
"1997 - 2000"
|
||
"_Grid (legacy)..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Pattern")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
15 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "hwidth" "H width" "Horizontal width" 3 0 524288 1)
|
||
(proc-arg 1 "GParamInt" "gint" "hspace" "H space" "Horizontal spacing" 3 1 524288 16)
|
||
(proc-arg 1 "GParamInt" "gint" "hoffset" "H offset" "Horizontal offset" 3 0 524288 8)
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "hcolor" "H color" "Horizontal color" 3 1 0 0 0 1)
|
||
(proc-arg 1 "GParamInt" "gint" "vwidth" "V width" "Vertical width" 3 0 524288 1)
|
||
(proc-arg 1 "GParamInt" "gint" "vspace" "V space" "Vertical spacing" 3 1 524288 16)
|
||
(proc-arg 1 "GParamInt" "gint" "voffset" "V offset" "Vertical offset" 3 0 524288 8)
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "vcolor" "V color" "Vertical color" 3 1 0 0 0 1)
|
||
(proc-arg 1 "GParamInt" "gint" "iwidth" "I width" "Intersection width" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "ispace" "I space" "Intersection spacing" 3 1 524288 2)
|
||
(proc-arg 1 "GParamInt" "gint" "ioffset" "I offset" "Intersection offset" 3 0 524288 6)
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "icolor" "I color" "Intersection color" 3 1 0 0 0 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/gradients-save-as-css/gradients-save-as-css.py" 1609190423
|
||
(proc-def "gradient-save-as-css" 1
|
||
"Creates a new palette from a given gradient"
|
||
"palette_from_gradient (gradient, number, segment_colors) -> None"
|
||
"Joao S. O. Bueno"
|
||
"(c) GPL V3.0 or later"
|
||
"2011"
|
||
"Save as CSS..."
|
||
1
|
||
(menu-path "<Gradients>")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "gradient" "Gradient to use" "" 3 "")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "" 3))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/gradient-map/gradient-map" 1609190423
|
||
(proc-def "plug-in-gradmap" 1
|
||
"Recolor the image using colors from the active gradient"
|
||
"This plug-in maps the contents of the specified drawable with active gradient. It calculates luminosity of each pixel and replaces the pixel by the sample of active gradient at the position proportional to that luminosity. Complete black pixel becomes the leftmost color of the gradient, and complete white becomes the rightmost. Works on both Grayscale and RGB image with/without alpha channel."
|
||
"Eiichi Takamori"
|
||
"Eiichi Takamori"
|
||
"1997"
|
||
"_Gradient Map"
|
||
1
|
||
(menu-path "<Image>/Colors/Map")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1))
|
||
(proc-def "plug-in-palettemap" 1
|
||
"Recolor the image using colors from the active palette"
|
||
"This plug-in maps the contents of the specified drawable with the active palette. It calculates luminosity of each pixel and replaces the pixel by the palette sample at the corresponding index. A complete black pixel becomes the lowest palette entry, and complete white becomes the highest. Works on both Grayscale and RGB image with/without alpha channel."
|
||
"Bill Skaggs"
|
||
"Bill Skaggs"
|
||
"2004"
|
||
"_Palette Map"
|
||
1
|
||
(menu-path "<Image>/Colors/Map")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/gradient-flare/gradient-flare" 1609190423
|
||
(proc-def "plug-in-gflare" 1
|
||
"Produce a lense flare effect using gradients"
|
||
"This plug-in produces a lense flare effect using custom gradients. In interactive call, the user can edit his/her own favorite lense flare (GFlare) and render it. Edited gflare is saved automatically to the folder in gflare-path, if it is defined in gimprc. In non-interactive call, the user can only render one of GFlare which has been stored in gflare-path already."
|
||
"Eiichi Takamori"
|
||
"Eiichi Takamori, and a lot of GIMP people"
|
||
"1997"
|
||
"_Gradient Flare..."
|
||
1
|
||
(menu-path "<Image>/Filters/Light and Shadow/Light")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
14 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "gflare-name" "GFlare name" "Name of the GFlare to render" 3 "Default")
|
||
(proc-arg 1 "GParamInt" "gint" "center-x" "Center X" "X coordinate of center of GFlare" 3 -524288 524288 128)
|
||
(proc-arg 1 "GParamInt" "gint" "center-y" "Center Y" "Y coordinate of center of GFlare" 3 -524288 524288 128)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "radius" "Radius" "Radius of GFlare (pixel)" 3 1 524288 100)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "rotation" "Rotation" "Rotation of GFlare (degree)" 3 0 360 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "hue" "Hue" "Hue rotation of GFlare (degree)" 3 0 360 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "vector-angle" "Vector angle" "Vector angle for second flares (degree)" 3 0 360 60)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "vector-length" "Vector length" "Vector length for second flares (percentage of Radius)" 3 0 10000 400)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "use-asupsample" "Use asupsample" "Use adaptive supersampling while rendering" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "asupsample-max-depth" "Asupsample max depth" "Max depth for adaptive supersampling" 3 0 10 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "asupsample-threshold" "Asupsample threshold" "Threshold for adaptive supersampling" 3 0 1 0.20000000000000001)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/gimpressionist/gimpressionist" 1609190423
|
||
(proc-def "plug-in-gimpressionist" 1
|
||
"Performs various artistic operations"
|
||
"Performs various artistic operations on an image"
|
||
"Vidar Madsen <vidar@prosalg.no>"
|
||
"Vidar Madsen"
|
||
"v1.0, November 2003"
|
||
"_GIMPressionist..."
|
||
1
|
||
(menu-path "<Image>/Filters/Artistic")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
4 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "preset" "Preset" "Preset Name" 3 "")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/gfig/gfig" 1609190423
|
||
(proc-def "plug-in-gfig" 1
|
||
"Create geometric shapes"
|
||
"Draw Vector Graphics and paint them onto your images. Gfig allows you to draw many types of objects including Lines, Circles, Ellipses, Curves, Polygons, pointed stars, Bezier curves, and Spirals. Objects can be painted using Brushes or other tools or filled using colors or patterns. Gfig objects can also be used to create selections."
|
||
"Andy Thomas"
|
||
"Andy Thomas"
|
||
"1997"
|
||
"_Gfig..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/fractal-explorer/fractal-explorer" 1609190423
|
||
(proc-def "plug-in-fractalexplorer" 1
|
||
"Render fractal art"
|
||
"No help yet."
|
||
"Daniel Cotting (cotting@multimania.com, www.multimania.com/cotting)"
|
||
"Daniel Cotting (cotting@multimania.com, www.multimania.com/cotting)"
|
||
"December, 1998"
|
||
"_Fractal Explorer..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Fractals")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
22 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "fractal-type" "Fractal type" "0: Mandelbrot; 1: Julia; 2: Barnsley 1; 3: Barnsley 2; 4: Barnsley 3; 5: Spider; 6: ManOWar; 7: Lambda; 8: Sierpinski" 3 0 8 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "xmin" "X min" "xmin fractal image delimiter" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "xmax" "X max" "xmax fractal image delimiter" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "ymin" "Y min" "ymin fractal image delimiter" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "ymax" "Y max" "ymax fractal image delimiter" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "iter" "Iter" "Iteration value" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "cx" "CX" "cx value (only Julia)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "cy" "CY" "cy value (only Julia)" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 1 "GParamInt" "gint" "color-mode" "Color mode" "0: Apply colormap as specified by the parameters below; 1: Apply active gradient to final image" 3 0 1 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "red-stretch" "Red stretch" "Red stretching factor" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "green-stretch" "Green stretch" "Green stretching factor" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "blues-tretch" "Blue stretch" "Blue stretching factor" 3 -1.7976931348623157e+308 1.7976931348623157e+308 0)
|
||
(proc-arg 1 "GParamInt" "gint" "red-mode" "Red mode" "Red application mode (0:SIN; 1:COS; 2:NONE)" 3 0 2 0)
|
||
(proc-arg 1 "GParamInt" "gint" "green-mode" "Green mode" "Green application mode (0:SIN; 1:COS; 2:NONE)" 3 0 2 0)
|
||
(proc-arg 1 "GParamInt" "gint" "blue-mode" "Blue mode" "Blue application mode (0:SIN; 1:COS; 2:NONE)" 3 0 2 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "red-invert" "Red invert" "Red inversion mode" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "green-invert" "Green invert" "Green inversion mode" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "blue-invert" "Blue invert" "Blue inversion mode" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "n-colors" "N volors" "Number of Colors for mapping" 3 2 8192 512)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/foggify/foggify.py" 1609190423
|
||
(proc-def "python-fu-foggify" 1
|
||
"Add a layer of fog"
|
||
"Adds a layer of fog to the image."
|
||
"James Henstridge"
|
||
"James Henstridge"
|
||
"1999,2007"
|
||
"_Fog..."
|
||
1
|
||
(menu-path "<Image>/Filters/Decor")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "name" "Layer name" "Layer name" 3 "Clouds")
|
||
(proc-arg 5 "GParamDouble" "gdouble" "turbulence" "Turbulence" "Turbulence" 3 0 10 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "opacity" "Opacity" "Opacity" 3 0 100 100))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/flame/flame" 1609190423
|
||
(proc-def "plug-in-flame" 1
|
||
"Create cosmic recursive fractal flames"
|
||
"Create cosmic recursive fractal flames"
|
||
"Scott Draves"
|
||
"Scott Draves"
|
||
"1997"
|
||
"_Flame..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Fractals")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/film/film" 1609190423
|
||
(proc-def "plug-in-film" 1
|
||
"Combine several images on a film strip"
|
||
"Compose several images to a roll film"
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner (peter@kirchgessner.net)"
|
||
"1997"
|
||
"_Filmstrip..."
|
||
1
|
||
(menu-path "<Image>/Filters/Combine")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
12 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "film-height" "Film height" "Height of film (0: fit to images)" 3 0 524288 0)
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "film-color" "Film color" "Color of the film" 3 1 0 0 0 1)
|
||
(proc-arg 1 "GParamInt" "gint" "number-start" "Number start" "Start index for numbering" 3 -2147483648 2147483647 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "number-font" "Number font" "Font for drawing numbers" 3 "")
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "number-color" "Number color" "Color for numbers" 3 1 0 0 0 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "at-top" "At top" "Draw numbers at top" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "at-bottom" "At bottom" "Draw numbers at bottom" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "num-images" "Num images" "Number of images to be used for film" 3 1 64 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "images" "Images" "num-images images to be used for film" 3 "GimpImage")
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image" "New image" "Output image" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xwd/file-xwd" 1609190423
|
||
(proc-def "file-xwd-load" 1
|
||
"Loads files in the XWD (X Window Dump) format"
|
||
"Loads files in the XWD (X Window Dump) format. XWD image files are produced by the program xwd. Xwd is an X Window System window dumping utility."
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner"
|
||
"1996"
|
||
"X window dump"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "xwd")
|
||
(magics "4,long,0x00000007")
|
||
(mime-types "image/x-xwindowdump"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-xwd-save" 1
|
||
"Exports files in the XWD (X Window Dump) format"
|
||
"XWD exporting handles all image types except those with alpha channels."
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner"
|
||
"1996"
|
||
"X window dump"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "xwd")
|
||
(mime-types "image/x-xwindowdump")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xpm/file-xpm" 1609190423
|
||
(proc-def "file-xpm-load" 1
|
||
"Load files in XPM (X11 Pixmap) format."
|
||
"Load files in XPM (X11 Pixmap) format. XPM is a portable image format designed to be included in C source code. XLib provides utility functions to read this format. Newer code should however be using gdk-pixbuf-csource instead. XPM supports colored images, unlike the XBM format which XPM was designed to replace."
|
||
"Spencer Kimball & Peter Mattis & Ray Lehtiniemi"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1997"
|
||
"X PixMap image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "xpm")
|
||
(magics "0, string,/*\\040XPM\\040*/")
|
||
(mime-types "image/x-pixmap"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-xpm-save" 1
|
||
"Export files in XPM (X11 Pixmap) format."
|
||
"Export files in XPM (X11 Pixmap) format. XPM is a portable image format designed to be included in C source code. XLib provides utility functions to read this format. Newer code should however be using gdk-pixbuf-csource instead. XPM supports colored images, unlike the XBM format which XPM was designed to replace."
|
||
"Spencer Kimball & Peter Mattis & Ray Lehtiniemi & Nathan Summers"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1997"
|
||
"X PixMap image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "xpm")
|
||
(mime-types "image/x-pixmap"))
|
||
"*"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "threshold" "Threshold" "Alpha threshold" 3 0 255 127)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xmc/file-xmc" 1609190423
|
||
(proc-def "file-xmc-load-thumb" 1
|
||
"Loads only first frame of X11 Mouse Cursor's animation sequence which nominal size is the closest of thumb-size to be used as a thumbnail"
|
||
""
|
||
"Takeshi Matsuyama <tksmashiw@gmail.com>"
|
||
"Takeshi Matsuyama"
|
||
"26 May 2009"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-xmc-load" 1
|
||
"Loads files of X11 Mouse Cursor file format"
|
||
"This plug-in loads X11 Mouse Cursor (XMC) files."
|
||
"Takeshi Matsuyama <tksmashiw@gmail.com>"
|
||
"Takeshi Matsuyama"
|
||
"26 May 2009"
|
||
"X11 Mouse Cursor"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "xmc")
|
||
(magics "0,string,Xcur")
|
||
(mime-types "image/x-xcursor")
|
||
(thumb-loader "file-xmc-load-thumb"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-xmc-save" 1
|
||
"Exports files of X11 cursor file"
|
||
"This plug-in exports X11 Mouse Cursor (XMC) files"
|
||
"Takeshi Matsuyama <tksmashiw@gmail.com>"
|
||
"Takeshi Matsuyama"
|
||
"26 May 2009"
|
||
"X11 Mouse Cursor"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "xmc")
|
||
(mime-types "image/x-xcursor"))
|
||
"RGBA"
|
||
15 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "hot-spot-x" "Hot spot X" "X-coordinate of hot spot (use -1, -1 to keep original hot spot" 3 -1 524288 -1)
|
||
(proc-arg 1 "GParamInt" "gint" "hot-spot-y" "Hot spot Y" "Y-coordinate of hot spot (use -1, -1 to keep original hot spot" 3 -1 524288 -1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "crop" "Crop" "Auto-crop or not" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "size" "Size" "Default nominal size" 3 1 2147483647 32)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "size-replace" "Size replace" "Replace existent size or not" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "delay" "Delay" "Default delay" 3 5 2147483647 50)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "delay-replace" "Delay replace" "Replace existent delay or not" 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "xmc-copyright" "Copyright" "Copyright information" 3 "")
|
||
(proc-arg 6 "GParamString" "gchararray" "xmc-license" "License" "License information" 3 "")
|
||
(proc-arg 6 "GParamString" "gchararray" "gimp-comment" "Other" "Other comment (taken from 'gimp-comment' parasite)" 3 "Created with GIMP")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-xbm/file-xbm" 1609190423
|
||
(proc-def "file-xbm-load" 1
|
||
"Load a file in X10 or X11 bitmap (XBM) file format"
|
||
"Load a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images."
|
||
"Gordon Matzigkeit"
|
||
"Gordon Matzigkeit"
|
||
"1998"
|
||
"X BitMap image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "xbm,icon,bitmap")
|
||
(mime-types "image/x-xbitmap"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-xbm-save" 1
|
||
"Export a file in X10 or X11 bitmap (XBM) file format"
|
||
"Export a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images."
|
||
"Gordon Matzigkeit"
|
||
"Gordon Matzigkeit"
|
||
"1998"
|
||
"X BitMap image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "xbm,icon,bitmap")
|
||
(mime-types "image/x-xbitmap")
|
||
(handles-remote))
|
||
"INDEXED"
|
||
14 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-comment" "Save comment" "Write a comment at the beginning of the file." 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "gimp-comment" "Comment" "Image description (maximum 72 bytes)" 3 "Created with GIMP")
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "x10-format" "X10 format" "Export in X10 format" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "use-hot-spot" "Use hot spot" "Write hotspot information" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "hot-spot-x" "Hot spot X" "X coordinate of hotspot" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "hot-spot-y" "Hot spot Y" "Y coordinate of hotspot" 3 0 524288 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "prefix" "Prefix" "Identifier prefix [determined from filename]" 3 "bitmap")
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "write-mask" "Write mask" "Write extra mask file" 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "mask-suffix" "Mask suffix" "Suffix of the mask file" 3 "-mask")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-wmf/file-wmf" 1609190423
|
||
(proc-def "file-wmf-load-thumb" 1
|
||
"Loads a small preview from a WMF image"
|
||
""
|
||
"Dom Lachowicz <cinamod@hotmail.com>"
|
||
"Dom Lachowicz <cinamod@hotmail.com>"
|
||
"(c) 2003 - Version 0.3.0"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-wmf-load" 1
|
||
"Loads files in the WMF file format"
|
||
"Loads files in the WMF file format"
|
||
"Dom Lachowicz <cinamod@hotmail.com>"
|
||
"Dom Lachowicz <cinamod@hotmail.com>"
|
||
"(c) 2003 - Version 0.3.0"
|
||
"Microsoft WMF file"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "wmf,apm")
|
||
(magics "0,string,\\327\\315\\306\\232,0,string,\\1\\0\\11\\0")
|
||
(mime-types "image/x-wmf")
|
||
(thumb-loader "file-wmf-load-thumb"))
|
||
""
|
||
5 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "resolution" "Resolution" "Resolution to use for rendering the WMF" 3 0.0050000000000000001 1048576 90)
|
||
(proc-arg 1 "GParamInt" "gint" "width" "Width" "Width (in pixels) to load the WMF in, 0 for original width" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "height" "Height" "Height (in pixels) to load the WMF in, 0 for original height" 3 0 524288 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-webp/file-webp" 1609190423
|
||
(proc-def "file-webp-load" 1
|
||
"Loads images in the WebP file format"
|
||
"Loads images in the WebP file format"
|
||
"Nathan Osman, Ben Touchette"
|
||
"(C) 2015-2016 Nathan Osman, (C) 2016 Ben Touchette"
|
||
"2015,2016"
|
||
"WebP image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "webp")
|
||
(magics "8,string,WEBP")
|
||
(mime-types "image/webp"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-webp-save" 1
|
||
"Saves files in the WebP image format"
|
||
"Saves files in the WebP image format"
|
||
"Nathan Osman, Ben Touchette"
|
||
"(C) 2015-2016 Nathan Osman, (C) 2016 Ben Touchette"
|
||
"2015,2016"
|
||
"WebP image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "webp")
|
||
(mime-types "image/webp"))
|
||
"*"
|
||
19 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "preset" "Preset" "Preset (Default=0, Picture=1, Photo=2, Drawing=3, Icon=4, Text=5)" 3 0 5 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "lossless" "Lossless" "Use lossless encoding" 3 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "quality" "Quality" "Quality of the image" 3 0 100 90)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "alpha-quality" "Alpha quality" "Quality of the image's alpha channel" 3 0 100 100)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "animation" "Animation" "Use layers for animation" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "animation-loop" "Animation loop" "Loop animation infinitely" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "minimize-size" "Minimize size" "Minimize animation size" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "keyframe-distance" "Keyframe distance" "Maximum distance between keyframes" 3 0 2147483647 50)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-exif" "Save Exif" "Toggle saving Exif data" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-iptc" "Save IPTC" "Toggle saving IPTC data" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-xmp" "Save XMP" "Toggle saving XMP data" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-color-profile" "Save color profle" "Toggle saving the color profile" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "default-delay" "Default delay" "Delay to use when timestamps are not available or forced" 3 0 2147483647 200)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "force-delay" "Force delay" "Force delay on all frames" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-tiff/file-tiff" 1609190423
|
||
(proc-def "file-tiff-load" 1
|
||
"loads files of the tiff file format"
|
||
"FIXME: write help for tiff_load"
|
||
"Spencer Kimball, Peter Mattis & Nick Lamb"
|
||
"Nick Lamb <njl195@zepler.org.uk>"
|
||
"1995-1996,1998-2003"
|
||
"TIFF image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "tif,tiff")
|
||
(magics "0,string,II*\\0,0,string,MM\\0*")
|
||
(mime-types "image/tiff")
|
||
(handles-remote))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-tiff-save" 1
|
||
"Saves files in the tiff file format"
|
||
"Saves files in the Tagged Image File Format. The value for the saved comment is taken from the 'gimp-comment' parasite"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1995-1996,2000-2003"
|
||
"TIFF image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "tif,tiff")
|
||
(mime-types "image/tiff")
|
||
(handles-remote))
|
||
"*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "compression" "Co_mpression" "Compression type: { NONE (0), LZW (1), PACKBITS (2), DEFLATE (3), JPEG (4), CCITT G3 Fax (5), CCITT G4 Fax (6) }" 3 0 6 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-transparent-pixels" "Save color _values from transparent pixels" "Keep the color data masked by an alpha channel intact (do not store premultiplied components)" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-tga/file-tga" 1609190423
|
||
(proc-def "file-tga-load" 1
|
||
"Loads files of Targa file format"
|
||
"FIXME: write help for tga_load"
|
||
"Raphael FRANCOIS, Gordon Matzigkeit"
|
||
"Raphael FRANCOIS, Gordon Matzigkeit"
|
||
"1997,2000,2007"
|
||
"TarGA image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "tga,vda,icb,vst")
|
||
(magics "-18&,string,TRUEVISION-XFILE.,-1,byte,0")
|
||
(mime-types "image/x-tga"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-tga-save" 1
|
||
"Exports files in the Targa file format"
|
||
"FIXME: write help for tga_save"
|
||
"Raphael FRANCOIS, Gordon Matzigkeit"
|
||
"Raphael FRANCOIS, Gordon Matzigkeit"
|
||
"1997,2000"
|
||
"TarGA image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "tga")
|
||
(mime-types "image/x-tga"))
|
||
"*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "rle" "RLE" "Use RLE compression" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "origin" "Origin" "Image origin (0 = top-left, 1 = bottom-left)" 3 0 1 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-svg/file-svg" 1609190423
|
||
(proc-def "file-svg-load-thumb" 1
|
||
"Generates a thumbnail of an SVG image"
|
||
"Renders a thumbnail of an SVG file using librsvg."
|
||
"Dom Lachowicz, Sven Neumann"
|
||
"Dom Lachowicz <cinamod@hotmail.com>"
|
||
"2.5.0"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-svg-load" 1
|
||
"Loads files in the SVG file format"
|
||
"Renders SVG files to raster graphics using librsvg."
|
||
"Dom Lachowicz, Sven Neumann"
|
||
"Dom Lachowicz <cinamod@hotmail.com>"
|
||
"2.5.0"
|
||
"SVG image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "svg")
|
||
(magics "0,string,<?xml,0,string,<svg")
|
||
(mime-types "image/svg+xml")
|
||
(thumb-loader "file-svg-load-thumb"))
|
||
""
|
||
6 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "resolution" "Resolution" "Resolution to use for rendering the SVG" 3 0.0050000000000000001 1048576 90)
|
||
(proc-arg 1 "GParamInt" "gint" "width" "Width" "Width (in pixels) to load the SVG in. (0 for original width, a negative width to specify a maximum width)" 3 -524288 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "height" "Height" "Height (in pixels) to load the SVG in. (0 for original height, a negative height to specify a maximum height)" 3 -524288 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "paths" "Paths" "(0) don't import paths, (1) paths individually, (2) paths merged" 3 0 2 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-sunras/file-sunras" 1609190423
|
||
(proc-def "file-sunras-load" 1
|
||
"Load file of the SunRaster file format"
|
||
"Load file of the SunRaster file format"
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner"
|
||
"1996"
|
||
"SUN Rasterfile image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "im1,im8,im24,im32,rs,ras")
|
||
(magics "0,long,0x59a66a95")
|
||
(mime-types "image/x-sun-raster"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-sunras-save" 1
|
||
"Export file in the SunRaster file format"
|
||
"SUNRAS exporting handles all image types except those with alpha channels."
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner"
|
||
"1996"
|
||
"SUN Rasterfile image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "im1,im8,im24,im32,rs,ras")
|
||
(mime-types "image/x-sun-raster"))
|
||
"RGB, GRAY, INDEXED"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "rle" "RLE" "Use RLE output" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-sgi/file-sgi" 1609190423
|
||
(proc-def "file-sgi-load" 1
|
||
"Loads files in SGI image file format"
|
||
"This plug-in loads SGI image files."
|
||
"Michael Sweet <mike@easysw.com>"
|
||
"Copyright 1997-1998 by Michael Sweet"
|
||
"1.1.1 - 17 May 1998"
|
||
"Silicon Graphics IRIS image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "sgi,rgb,rgba,bw,icon")
|
||
(magics "0,short,474")
|
||
(mime-types "image/x-sgi"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-sgi-save" 1
|
||
"Exports files in SGI image file format"
|
||
"This plug-in exports SGI image files."
|
||
"Michael Sweet <mike@easysw.com>"
|
||
"Copyright 1997-1998 by Michael Sweet"
|
||
"1.1.1 - 17 May 1998"
|
||
"Silicon Graphics IRIS image"
|
||
0
|
||
(icon icon-name -1 "gimp-tool-paintbrush")
|
||
(save-proc
|
||
(extensions "sgi,rgb,rgba,bw,icon")
|
||
(mime-types "image/x-sgi"))
|
||
"*"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "compression" "Compression" "Compression level (0 = none, 1 = RLE, 2 = ARLE)" 3 0 2 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder" 1609190423
|
||
(proc-def "file-raw-placeholder-canon-load" 1
|
||
"Load files in the Canon raw formats via placeholder"
|
||
"This plug-in loads files in Canon's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "cr2,crw,cr3")
|
||
(magics "0,string,II*\\0\\020\\0\\0\\0CR,0,string,II\\024\\0\\0\\0HEAPCCDR,4,string,ftypcrx ")
|
||
(mime-types "image/x-canon-cr2,image/x-canon-crw,image/x-canon-cr3")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-nikon-load" 1
|
||
"Load files in the Nikon raw formats via placeholder"
|
||
"This plug-in loads files in Nikon's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "nef,nrw")
|
||
(mime-types "image/x-nikon-nef,image/x-nikon-nrw")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-hasselblad-load" 1
|
||
"Load files in the Hasselblad raw formats via placeholder"
|
||
"This plug-in loads files in Hasselblad's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "3fr,fff")
|
||
(mime-types "image/x-hasselblad-3fr,image/x-hasselblad-fff")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-sony-load" 1
|
||
"Load files in the Sony raw formats via placeholder"
|
||
"This plug-in loads files in Sony's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "arw,srf,sr2")
|
||
(mime-types "image/x-sony-arw,image/x-sony-srf,image/x-sony-sr2")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-bay-load" 1
|
||
"Load files in the BAY raw format via placeholder"
|
||
"This plug-in loads files in Casio's raw BAY format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "bay")
|
||
(mime-types "image/x-casio-bay")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-cine-load" 1
|
||
"Load files in the CINE raw format via placeholder"
|
||
"This plug-in loads files in Phantom Software's raw CINE format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "cine,cin")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-sinar-load" 1
|
||
"Load files in the Sinar raw formats via placeholder"
|
||
"This plug-in loads files in Sinar's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "cs1,ia,sti")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-kodak-load" 1
|
||
"Load files in the Kodak raw formats via placeholder"
|
||
"This plug-in loads files in Kodak's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "dc2,dcr,kdc,k25,kc2")
|
||
(mime-types "image/x-kodak-dc2,image/x-kodak-dcr,image/x-kodak-kdc,image/x-kodak-k25,image/x-kodak-kc2")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-dng-load" 1
|
||
"Load files in the DNG raw format via placeholder"
|
||
"This plug-in loads files in the Adobe Digital Negative DNG format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "dng")
|
||
(mime-types "image/x-adobe-dng")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-erf-load" 1
|
||
"Load files in the ERF raw format via placeholder"
|
||
"This plug-in loads files in Epson's raw ERF format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "erf")
|
||
(mime-types "image/x-epson-erf")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-phaseone-load" 1
|
||
"Load files in the Phase One raw formats via placeholder"
|
||
"This plug-in loads files in Phase One's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "cap,iiq")
|
||
(mime-types "image/x-phaseone-cap,image/x-phaseone-iiq")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-minolta-load" 1
|
||
"Load files in the Minolta raw formats via placeholder"
|
||
"This plug-in loads files in Minolta's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "mdc,mrw")
|
||
(mime-types "image/x-minolta-mdc,image/x-minolta-mrw")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-mef-load" 1
|
||
"Load files in the MEF raw format via placeholder"
|
||
"This plug-in loads files in Mamiya's raw MEF format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "mef")
|
||
(mime-types "image/x-mamiya-mef")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-mos-load" 1
|
||
"Load files in the MOS raw format via placeholder"
|
||
"This plug-in loads files in Leaf's raw MOS format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "mos")
|
||
(mime-types "image/x-leaf-mos")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-orf-load" 1
|
||
"Load files in the ORF raw format via placeholder"
|
||
"This plug-in loads files in Olympus' raw ORF format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "orf")
|
||
(magics "0,string,IIRO,0,string,MMOR,0,string,IIRS")
|
||
(mime-types "image/x-olympus-orf")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-pef-load" 1
|
||
"Load files in the PEF raw format via placeholder"
|
||
"This plug-in loads files in Pentax' raw PEF format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "pef,raw")
|
||
(mime-types "image/x-pentax-pef,image/x-pentax-raw")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-pxn-load" 1
|
||
"Load files in the PXN raw format via placeholder"
|
||
"This plug-in loads files in Logitech's raw PXN format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "pxn")
|
||
(mime-types "image/x-pxn")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-qtk-load" 1
|
||
"Load files in the QTK raw format via placeholder"
|
||
"This plug-in loads files in Apple's QuickTake QTK raw format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "qtk")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-raf-load" 1
|
||
"Load files in the RAF raw format via placeholder"
|
||
"This plug-in loads files in Fujifilm's raw RAF format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "raf")
|
||
(magics "0,string,FUJIFILMCCD-RAW")
|
||
(mime-types "image/x-fuji-raf")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-panasonic-load" 1
|
||
"Load files in the Panasonic raw formats via placeholder"
|
||
"This plug-in loads files in Panasonic's raw formats by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "raw,rw2")
|
||
(magics "0,string,IIU\\0")
|
||
(mime-types "image/x-panasonic-raw,image/x-panasonic-rw2")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-rdc-load" 1
|
||
"Load files in the RDC raw format via placeholder"
|
||
"This plug-in loads files in Digital Foto Maker's raw RDC format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "rdc")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-rwl-load" 1
|
||
"Load files in the RWL raw format via placeholder"
|
||
"This plug-in loads files in Leica's raw RWL format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "rwl")
|
||
(mime-types "image/x-leica-rwl")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-srw-load" 1
|
||
"Load files in the SRW raw format via placeholder"
|
||
"This plug-in loads files in Samsung's raw SRW format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "srw")
|
||
(mime-types "image/x-samsung-srw")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-x3f-load" 1
|
||
"Load files in the X3F raw format via placeholder"
|
||
"This plug-in loads files in Sigma's raw X3F format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "x3f")
|
||
(magics "0,string,FOVb")
|
||
(mime-types "image/x-sigma-x3f")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-placeholder-ari-load" 1
|
||
"Load files in the ARI raw format via placeholder"
|
||
"This plug-in loads files in Arriflex' raw ARI format by calling placeholder."
|
||
"Tobias Ellinghaus"
|
||
"Tobias Ellinghaus"
|
||
"2016"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "ari")
|
||
(handles-raw))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-raw-data/file-raw-data" 1609190423
|
||
(proc-def "file-raw-load" 1
|
||
"Load raw images, specifying image information"
|
||
"Load raw images, specifying image information"
|
||
"timecop, pg@futureware.at"
|
||
"timecop, pg@futureware.at"
|
||
"Aug 2004"
|
||
"Raw image data"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "data"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-hgt-load" 1
|
||
"Load HGT data as images"
|
||
"Load Digital Elevation Model data in HGT format from the Shuttle Radar Topography Mission as images. Though the output image will be RGB, all colors are grayscale by default and the contrast will be quite low on most earth relief. Therefore You will likely want to remap elevation to colors as a second step, for instance with the \"Gradient Map\" plug-in."
|
||
""
|
||
""
|
||
"2017-12-09"
|
||
"Digital Elevation Model data"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "hgt"))
|
||
""
|
||
3 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "sample-spacing" "Sample spacing" "The sample spacing of the data. (0: auto-detect, 1: SRTM-1, 2: SRTM-3 data)" 3 0 2 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-raw-save" 1
|
||
"Dump images to disk in raw format"
|
||
"Dump images to disk in raw format"
|
||
"Björn Kautler, Bjoern@Kautler.net"
|
||
"Björn Kautler, Bjoern@Kautler.net"
|
||
"April 2014"
|
||
"Raw image data"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "data,raw"))
|
||
"INDEXED, GRAY, RGB, RGBA"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "image-type" "Image type" "The image type { RAW_RGB (0), RAW_PLANAR (6) }" 3 0 6 0)
|
||
(proc-arg 1 "GParamInt" "gint" "palette-type" "Palette type" "The palette type { RAW_PALETTE_RGB (0), RAW_PALETTE_BGR (1) }" 3 0 1 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-psp/file-psp" 1609190423
|
||
(proc-def "file-psp-load" 1
|
||
"Loads images from the Paint Shop Pro PSP file format"
|
||
"This plug-in loads and exports images in Paint Shop Pro's native PSP format. Vector layers aren't handled. Exporting isn't yet implemented."
|
||
"Tor Lillqvist"
|
||
"Tor Lillqvist"
|
||
"1999"
|
||
"Paint Shop Pro image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "psp,tub,pspimage,psptube")
|
||
(magics "0,string,Paint\\040Shop\\040Pro\\040Image\\040File\n\032")
|
||
(mime-types "image/x-psp"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-psd/file-psd" 1609190423
|
||
(proc-def "file-psd-load-thumb" 1
|
||
"Loads thumbnails from the Photoshop PSD file format"
|
||
"This plug-in loads thumbnail images from Adobe Photoshop (TM) native PSD format files."
|
||
"John Marshall"
|
||
"John Marshall"
|
||
"2007"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-psd-load" 1
|
||
"Loads images from the Photoshop PSD file format"
|
||
"This plug-in loads images in Adobe Photoshop (TM) native PSD format."
|
||
"John Marshall"
|
||
"John Marshall"
|
||
"2007"
|
||
"Photoshop image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "psd")
|
||
(magics "0,string,8BPS")
|
||
(mime-types "image/x-psd")
|
||
(thumb-loader "file-psd-load-thumb"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-psd-load-merged" 1
|
||
"Loads images from the Photoshop PSD file format"
|
||
"This plug-in loads the merged image data in Adobe Photoshop (TM) native PSD format."
|
||
"Ell"
|
||
"Ell"
|
||
"2018"
|
||
"Photoshop image (merged)"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "psd")
|
||
(magics "0,string,8BPS")
|
||
(priority 1)
|
||
(mime-types "image/x-psd")
|
||
(priority 1)
|
||
(thumb-loader "file-psd-load-thumb"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-psd-save" 1
|
||
"Saves files in the Photoshop(tm) PSD file format"
|
||
"This filter saves files of Adobe Photoshop(tm) native PSD format. These files may be of any image type supported by GIMP, with or without layers, layer masks, aux channels and guides."
|
||
"Monigotes"
|
||
"Monigotes"
|
||
"2000"
|
||
"Photoshop image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "psd")
|
||
(mime-types "image/x-psd"))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-ps/file-ps" 1609190423
|
||
(proc-def "file-ps-load-thumb" 1
|
||
"Loads a small preview from a PostScript or PDF document"
|
||
""
|
||
"Peter Kirchgessner <peter@kirchgessner.net>"
|
||
"Peter Kirchgessner"
|
||
"v1.17 19-Sep-2004"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-ps-load" 1
|
||
"Load PostScript documents"
|
||
"Load PostScript documents"
|
||
"Peter Kirchgessner <peter@kirchgessner.net>"
|
||
"Peter Kirchgessner"
|
||
"v1.17 19-Sep-2004"
|
||
"PostScript document"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "ps")
|
||
(magics "0,string,%!,0,long,0xc5d0d3c6")
|
||
(mime-types "application/postscript")
|
||
(thumb-loader "file-ps-load-thumb"))
|
||
""
|
||
10 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "resolution" "Resolution" "Resolution to interpret image (dpi)" 3 5 8192 100)
|
||
(proc-arg 1 "GParamInt" "gint" "width" "Width" "Desired width" 3 1 524288 826)
|
||
(proc-arg 1 "GParamInt" "gint" "height" "Height" "Desired height" 3 1 524288 1170)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "check-bbox" "Check bbox" "FALSE: Use width/height, TRUE: Use BoundingBox" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "pages" "Pages" "Pages to load (e.g.: 1,3,5-7)" 3 "1")
|
||
(proc-arg 1 "GParamInt" "gint" "coloring" "Coloring" "4: b/w, 5: grey, 6: color image, 7: automatic" 3 4 7 6)
|
||
(proc-arg 1 "GParamInt" "gint" "text-alpha-bits" "Text alpha bits" "1, 2 or 4" 3 1 4 1)
|
||
(proc-arg 1 "GParamInt" "gint" "graphoc-alpha-bits" "Graphic alpha bits" "1, 2 or 4" 3 1 4 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-eps-load" 1
|
||
"load Encapsulated PostScript images"
|
||
"load Encapsulated PostScript images"
|
||
"Peter Kirchgessner <peter@kirchgessner.net>"
|
||
"Peter Kirchgessner"
|
||
"v1.17 19-Sep-2004"
|
||
"Encapsulated PostScript image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "eps")
|
||
(magics "0,string,%!,0,long,0xc5d0d3c6")
|
||
(mime-types "image/x-eps")
|
||
(thumb-loader "file-ps-load-thumb"))
|
||
""
|
||
10 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "resolution" "Resolution" "Resolution to interpret image (dpi)" 3 5 8192 100)
|
||
(proc-arg 1 "GParamInt" "gint" "width" "Width" "Desired width" 3 1 524288 826)
|
||
(proc-arg 1 "GParamInt" "gint" "height" "Height" "Desired height" 3 1 524288 1170)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "check-bbox" "Check bbox" "FALSE: Use width/height, TRUE: Use BoundingBox" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "pages" "Pages" "Pages to load (e.g.: 1,3,5-7)" 3 "1")
|
||
(proc-arg 1 "GParamInt" "gint" "coloring" "Coloring" "4: b/w, 5: grey, 6: color image, 7: automatic" 3 4 7 6)
|
||
(proc-arg 1 "GParamInt" "gint" "text-alpha-bits" "Text alpha bits" "1, 2 or 4" 3 1 4 1)
|
||
(proc-arg 1 "GParamInt" "gint" "graphoc-alpha-bits" "Graphic alpha bits" "1, 2 or 4" 3 1 4 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-ps-save" 1
|
||
"Export image as PostScript document"
|
||
"PostScript exporting handles all image types except those with alpha channels."
|
||
"Peter Kirchgessner <peter@kirchgessner.net>"
|
||
"Peter Kirchgessner"
|
||
"v1.17 19-Sep-2004"
|
||
"PostScript document"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "ps")
|
||
(mime-types "application/postscript")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
15 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "width" "Width" "Width of the image in PostScript file (0: use input image size)" 3 0 524288 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "height" "Height" "Height of the image in PostScript file (0: use input image size)" 3 0 524288 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "x-offset" "X offset" "X-offset to image from lower left corner" 3 -524288 524288 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "y-offset" "Y offset" "Y-offset to image from lower left corner" 3 -524288 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "unit" "Unit" "Unit for width/height/offset. 0: inches, 1: millimeters" 3 0 1 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "keep-ratio" "Keep ratio" "FALSE: use width/height, TRUE: keep aspect ratio" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "rotation" "Rotation" "0, 90, 180, 270" 3 0 270 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "eps-flag" "EPG flag" "FALSE: PostScript, TRUE: Encapsulated PostScript" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "preview" "Preview" "0: no preview, >0: max. size of preview" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "level" "Level" "1: PostScript Level 1, 2: PostScript Level 2" 3 1 2 2))
|
||
(proc-def "file-eps-save" 1
|
||
"Export image as Encapsulated PostScript image"
|
||
"PostScript exporting handles all image types except those with alpha channels."
|
||
"Peter Kirchgessner <peter@kirchgessner.net>"
|
||
"Peter Kirchgessner"
|
||
"v1.17 19-Sep-2004"
|
||
"Encapsulated PostScript image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "eps")
|
||
(mime-types "application/x-eps")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
15 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "width" "Width" "Width of the image in PostScript file (0: use input image size)" 3 0 524288 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "height" "Height" "Height of the image in PostScript file (0: use input image size)" 3 0 524288 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "x-offset" "X offset" "X-offset to image from lower left corner" 3 -524288 524288 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "y-offset" "Y offset" "Y-offset to image from lower left corner" 3 -524288 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "unit" "Unit" "Unit for width/height/offset. 0: inches, 1: millimeters" 3 0 1 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "keep-ratio" "Keep ratio" "FALSE: use width/height, TRUE: keep aspect ratio" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "rotation" "Rotation" "0, 90, 180, 270" 3 0 270 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "eps-flag" "EPG flag" "FALSE: PostScript, TRUE: Encapsulated PostScript" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "preview" "Preview" "0: no preview, >0: max. size of preview" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "level" "Level" "1: PostScript Level 1, 2: PostScript Level 2" 3 1 2 2)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pnm/file-pnm" 1609190423
|
||
(proc-def "file-pnm-load" 1
|
||
"Loads files in the PNM file format"
|
||
"This plug-in loads files in the various Netpbm portable file formats."
|
||
"Erik Nygren"
|
||
"Erik Nygren"
|
||
"1996"
|
||
"PNM Image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "pnm,ppm,pgm,pbm,pfm")
|
||
(magics "0,string,P1,0,string,P2,0,string,P3,0,string,P4,0,string,P5,0,string,P6,0,string,PF,0,string,Pf")
|
||
(mime-types "image/x-portable-anymap")
|
||
(handles-remote))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-pnm-save" 1
|
||
"Exports files in the PNM file format"
|
||
"PNM export handles all image types without transparency."
|
||
"Erik Nygren"
|
||
"Erik Nygren"
|
||
"1996"
|
||
"PNM image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "pnm")
|
||
(mime-types "image/x-portable-anymap")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "raw" "Raw" "TRUE for raw output, FALSE for ascii output" 3 1))
|
||
(proc-def "file-pbm-save" 1
|
||
"Exports files in the PBM file format"
|
||
"PBM exporting produces mono images without transparency."
|
||
"Erik Nygren"
|
||
"Erik Nygren"
|
||
"1996"
|
||
"PBM image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "pbm")
|
||
(mime-types "image/x-portable-bitmap")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "raw" "Raw" "TRUE for raw output, FALSE for ascii output" 3 1))
|
||
(proc-def "file-pgm-save" 1
|
||
"Exports files in the PGM file format"
|
||
"PGM exporting produces grayscale images without transparency."
|
||
"Erik Nygren"
|
||
"Erik Nygren"
|
||
"1996"
|
||
"PGM image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "pgm")
|
||
(mime-types "image/x-portable-graymap")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "raw" "Raw" "TRUE for raw output, FALSE for ascii output" 3 1))
|
||
(proc-def "file-ppm-save" 1
|
||
"Exports files in the PPM file format"
|
||
"PPM export handles RGB images without transparency."
|
||
"Erik Nygren"
|
||
"Erik Nygren"
|
||
"1996"
|
||
"PPM image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "ppm")
|
||
(mime-types "image/x-portable-pixmap")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "raw" "Raw" "TRUE for raw output, FALSE for ascii output" 3 1))
|
||
(proc-def "file-pfm-save" 1
|
||
"Exports files in the PFM file format"
|
||
"PFM export handles all images without transparency."
|
||
"Mukund Sivaraman"
|
||
"Mukund Sivaraman"
|
||
"2015"
|
||
"PFM image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "pfm")
|
||
(mime-types "image/x-portable-floatmap")
|
||
(handles-remote))
|
||
"RGB, GRAY, INDEXED"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-png/file-png" 1609190423
|
||
(proc-def "file-png-load" 1
|
||
"Loads files in PNG file format"
|
||
"This plug-in loads Portable Network Graphics (PNG) files."
|
||
"Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
|
||
"Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
|
||
"1.3.4 - 03 September 2002"
|
||
"PNG image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "png")
|
||
(magics "0,string,<2C>PNG\r\n\032\n")
|
||
(mime-types "image/png"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-png-save" 1
|
||
"Exports files in PNG file format"
|
||
"This plug-in exports Portable Network Graphics (PNG) files."
|
||
"Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>"
|
||
"Michael Sweet <mike@easysw.com>, Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz>, Nick Lamb <njl195@zepler.org.uk>"
|
||
"1.3.4 - 03 September 2002"
|
||
"PNG image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "png")
|
||
(mime-types "image/png"))
|
||
"*"
|
||
13 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "interlaced" "_Interlacing (Adam7)" "Use Adam7 interlacing?" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "compression" "Co_mpression level" "Deflate Compression factor (0..9)" 3 0 9 9)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "bkgd" "Save _background color" "Write bKGD chunk (PNG metadata)" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "gama" "Save _gamma" "Write gAMA chunk (PNG metadata)" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "offs" "Save layer o_ffset" "Write oFFs chunk (PNG metadata)" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "phys" "Save resol_ution" "Write pHYs chunk (PNG metadata)" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "time" "Save creation _time" "Write tIME chunk (PNG metadata)" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-transparent" "Save color _values from transparent pixels" "Preserve color of transparent pixels?" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pix/file-pix" 1609190423
|
||
(proc-def "file-pix-load" 1
|
||
"Loads files of the Alias|Wavefront Pix file format"
|
||
"Loads files of the Alias|Wavefront Pix file format"
|
||
"Michael Taylor"
|
||
"Michael Taylor"
|
||
"1997"
|
||
"Alias Pix image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "pix,matte,mask,alpha,als")
|
||
(handles-remote))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-pix-save" 1
|
||
"Export file in the Alias|Wavefront pix/matte file format"
|
||
"Export file in the Alias|Wavefront pix/matte file format"
|
||
"Michael Taylor"
|
||
"Michael Taylor"
|
||
"1997"
|
||
"Alias Pix image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "pix,matte,mask,alpha,als")
|
||
(handles-remote))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pdf-save/file-pdf-save" 1609190423
|
||
(proc-def "file-pdf-save" 1
|
||
"Save files in PDF format"
|
||
"Saves files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript."
|
||
"Barak Itkin, Lionel N., Jehan"
|
||
"Copyright Barak Itkin, Lionel N., Jehan"
|
||
"August 2009, 2017"
|
||
"Portable Document Format"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "pdf")
|
||
(mime-types "application/pdf"))
|
||
"*"
|
||
11 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "vectorize" "Vectorize" "Convert bitmaps to vector graphics where possible." 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "ignore-hidden" "Ignore hidden" "Omit hidden layers and layers with zero opacity." 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "apply-masks" "Apply masks" "Apply layer masks before saving (Keeping them will not change the output)," 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "layers-as-pages" "Layers as pages" "Layers as pages (bottom layers first)." 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "reverse-order" "Reverse order" "Reverse the pages order (top layers first)." 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "convert-text-layers" "Convert text layers to image" "Convert text layers to raster graphics" 3 0))
|
||
(proc-def "file-pdf-save-multi" 1
|
||
"Save files in PDF format"
|
||
"Saves files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript."
|
||
"Barak Itkin"
|
||
"Copyright Barak Itkin"
|
||
"August 2009"
|
||
"_Create multipage PDF..."
|
||
0
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "count" "Count" "The number of images entered (This will be the number of pages)." 3 1 350 1)
|
||
(proc-arg 0 "GimpParamInt32Array" "GimpInt32Array" "images" "Images" "Input image for each page (An image can appear more than once)" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "vectorize" "Vectorize" "Convert bitmaps to vector graphics where possible." 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "ignore-hidden" "Ignore hidden" "Omit hidden layers and layers with zero opacity." 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "apply-masks" "Apply masks" "Apply layer masks before saving (Keeping them will not change the output)," 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "uri" "URI" "The URI of the file to save to" 3 "")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pdf-load/file-pdf-load" 1609190423
|
||
(proc-def "file-pdf-load-thumb" 1
|
||
"Loads a preview from a PDF file."
|
||
"Loads a small preview of the first page of the PDF format file. Uses the embedded thumbnail if present."
|
||
"Nathan Summers"
|
||
"Nathan Summers"
|
||
"2005"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-pdf-load" 1
|
||
"Load file in PDF format"
|
||
"Loads files in Adobe's Portable Document Format. PDF is designed to be easily processed by a variety of different platforms, and is a distant cousin of PostScript."
|
||
"Nathan Summers, Lionel N."
|
||
"Nathan Summers, Lionel N."
|
||
"2005, 2017"
|
||
"Portable Document Format"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "pdf")
|
||
(magics "0, string,%PDF-")
|
||
(mime-types "application/pdf")
|
||
(thumb-loader "file-pdf-load-thumb"))
|
||
""
|
||
5 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 6 "GParamString" "gchararray" "pdf-password" "PDF password" "The password to decrypt the encrypted PDF file" 3 "")
|
||
(proc-arg 1 "GParamInt" "gint" "n-pages" "N pages" "Number of pages to load (0 for all)" 3 0 2147483647 0)
|
||
(proc-arg 0 "GimpParamInt32Array" "GimpInt32Array" "pages" "Pages" "The pages to load in the expected order" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pcx/file-pcx" 1609190423
|
||
(proc-def "file-pcx-load" 1
|
||
"Loads files in Zsoft PCX file format"
|
||
"FIXME: write help for pcx_load"
|
||
"Francisco Bustamante & Nick Lamb"
|
||
"Nick Lamb <njl195@zepler.org.uk>"
|
||
"January 1997"
|
||
"ZSoft PCX image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "pcx,pcc")
|
||
(magics "0&,byte,10,2&,byte,1,3&,byte,>0,3,byte,<9")
|
||
(mime-types "image/x-pcx"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-pcx-save" 1
|
||
"Exports files in ZSoft PCX file format"
|
||
"FIXME: write help for pcx_save"
|
||
"Francisco Bustamante & Nick Lamb"
|
||
"Nick Lamb <njl195@zepler.org.uk>"
|
||
"January 1997"
|
||
"ZSoft PCX image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "pcx,pcc")
|
||
(mime-types "image/x-pcx"))
|
||
"INDEXED, RGB, GRAY"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-pat/file-pat" 1609190423
|
||
(proc-def "file-pat-save" 1
|
||
"Exports Gimp pattern file (.PAT)"
|
||
"New Gimp patterns can be created by exporting them in the appropriate place with this plug-in."
|
||
"Tim Newsome"
|
||
"Tim Newsome"
|
||
"1997"
|
||
"GIMP pattern"
|
||
0
|
||
(icon icon-name -1 "gimp-pattern")
|
||
(save-proc
|
||
(extensions "pat")
|
||
(mime-types "image/x-gimp-pat")
|
||
(handles-remote))
|
||
"*"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 6 "GParamString" "gchararray" "description" "Description" "Short description of the pattern" 3 "GIMP Pattern")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-openraster/file-openraster.py" 1609190423
|
||
(proc-def "file-openraster-load-thumb" 1
|
||
"loads a thumbnail from an OpenRaster (.ora) file"
|
||
"loads a thumbnail from an OpenRaster (.ora) file"
|
||
"Jon Nordby"
|
||
"Jon Nordby"
|
||
"2009"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-openraster-load" 1
|
||
"load an OpenRaster (.ora) file"
|
||
"load an OpenRaster (.ora) file"
|
||
"Jon Nordby"
|
||
"Jon Nordby"
|
||
"2009"
|
||
"OpenRaster"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "ora")
|
||
(mime-types "image/openraster")
|
||
(thumb-loader "file-openraster-load-thumb"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-openraster-save" 1
|
||
"save an OpenRaster (.ora) file"
|
||
"save an OpenRaster (.ora) file"
|
||
"Jon Nordby"
|
||
"Jon Nordby"
|
||
"2009"
|
||
"OpenRaster"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "ora"))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-mng/file-mng" 1609190423
|
||
(proc-def "file-mng-save" 1
|
||
"Saves images in the MNG file format"
|
||
"This plug-in saves images in the Multiple-image Network Graphics (MNG) format which can be used as a replacement for animated GIFs, and more."
|
||
"Mukund Sivaraman <muks@mukund.org>"
|
||
"Mukund Sivaraman <muks@mukund.org>"
|
||
"November 19, 2002"
|
||
"MNG animation"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "mng")
|
||
(mime-types "image/x-mng"))
|
||
"*"
|
||
17 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "interlaced" "Interlaced" "Use interlacing" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "png-compression" "PNG Compression" "PNG compression level, choose a high compression level for small file size" 3 0 9 9)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "jpeg-quality" "JPEG Quality" "JPEG quality factor" 3 0 1 0.75)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "jpeg-smoothing" "JPEG Smoothing" "JPEG smoothing factor" 3 0 1 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "loop" "Loop" "(ANIMATED MNG) Loop infinitely" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "default-delay" "Default delay" "(ANIMATED MNG) Default delay between frames in milliseconds" 3 1 2147483647 100)
|
||
(proc-arg 1 "GParamInt" "gint" "default-chunks" "Default chunks" "(ANIMATED MNG) Default chunks type (0 = PNG + Delta PNG; 1 = JNG + Delta PNG; 2 = All PNG; 3 = All JNG)" 3 0 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "default-dispose" "Default dispose" "(ANIMATED MNG) Default dispose type (0 = combine; 1 = replace)" 3 0 1 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "bkgd" "bKGD" "Write bKGd (background color) chunk" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "gama" "gAMA" "Write gAMA (gamma) chunk" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "phys" "pHYs" "Write pHYs (image resolution) chunk" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "time" "tIME" "Write tIME (creation time) chunk" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-jpeg/file-jpeg" 1609190423
|
||
(proc-def "file-jpeg-load-thumb" 1
|
||
"Loads a thumbnail from a JPEG image"
|
||
"Loads a thumbnail from a JPEG image, if one exists"
|
||
"Mukund Sivaraman <muks@mukund.org>, Sven Neumann <sven@gimp.org>"
|
||
"Mukund Sivaraman <muks@mukund.org>, Sven Neumann <sven@gimp.org>"
|
||
"November 15, 2004"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-jpeg-load" 1
|
||
"Loads files in the JPEG file format"
|
||
"Loads files in the JPEG file format"
|
||
"Spencer Kimball, Peter Mattis & others"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1995-2007"
|
||
"JPEG image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "jpg,jpeg,jpe")
|
||
(magics "0,string,<2C><><EFBFBD>")
|
||
(mime-types "image/jpeg")
|
||
(thumb-loader "file-jpeg-load-thumb"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-jpeg-save" 1
|
||
"Saves files in the JPEG file format"
|
||
"Saves files in the lossy, widely supported JPEG format"
|
||
"Spencer Kimball, Peter Mattis & others"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1995-2007"
|
||
"JPEG image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "jpg,jpeg,jpe")
|
||
(mime-types "image/jpeg"))
|
||
"RGB*, GRAY*"
|
||
13 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "quality" "_Quality" "Quality of exported image" 3 0 1 0.90000000000000002)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "smoothing" "S_moothing" "Smoothing factor for exported image" 3 0 1 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "optimize" "Optimi_ze" "Use optimized tables during Huffman coding" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "progressive" "_Progressive" "Create progressive JPEG images" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "sub-sampling" "Su_bsampling" "Sub-sampling type { 0 == 4:2:0 (chroma quartered), 1 == 4:2:2 Horizontal (chroma halved), 2 == 4:4:4 (best quality), 3 == 4:2:2 Vertical (chroma halved)" 3 0 3 2)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "baseline" "Baseline" "Force creation of a baseline JPEG (non-baseline JPEGs can't be read by all decoders)" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "restart" "Inter_val (MCU rows):" "Interval of restart markers (in MCU rows, 0 = no restart markers)" 3 0 64 0)
|
||
(proc-arg 1 "GParamInt" "gint" "dct" "_DCT method" "DCT method to use { INTEGER (0), FIXED (1), FLOAT (2) }" 3 0 2 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-jp2-load/file-jp2-load" 1609190423
|
||
(proc-def "file-jp2-load" 1
|
||
"Loads JPEG 2000 images."
|
||
"The JPEG 2000 image loader."
|
||
"Mukund Sivaraman"
|
||
"Mukund Sivaraman"
|
||
"2009"
|
||
"JPEG 2000 image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "jp2")
|
||
(magics "3,string,\fjP")
|
||
(mime-types "image/jp2"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-j2k-load" 1
|
||
"Loads JPEG 2000 codestream."
|
||
"Loads JPEG 2000 codestream. If the color space is set to UNKNOWN (0), we will try to guess, which is only possible for few spaces (such as grayscale). Most such calls will fail. You are rather expected to know the color space of your data."
|
||
"Jehan"
|
||
"Jehan"
|
||
"2009"
|
||
"JPEG 2000 codestream"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "j2k,j2c,jpc")
|
||
(mime-types "image/x-jp2-codestream"))
|
||
""
|
||
3 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "colorspace" "Color space" "Color space { UNKNOWN (0), GRAYSCALE (1), RGB (2), CMYK (3), YCbCr (4), xvYCC (5) }" 3 0 5 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-ico/file-ico" 1609190423
|
||
(proc-def "file-ico-load-thumb" 1
|
||
"Loads a preview from an Windows ICO file"
|
||
""
|
||
"Dom Lachowicz, Sven Neumann"
|
||
"Sven Neumann <sven@gimp.org>"
|
||
"2005"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-ico-load" 1
|
||
"Loads files of Windows ICO file format"
|
||
"Loads files of Windows ICO file format"
|
||
"Christian Kreibich <christian@whoop.org>"
|
||
"Christian Kreibich <christian@whoop.org>"
|
||
"2002"
|
||
"Microsoft Windows icon"
|
||
0
|
||
(icon icon-name -1 "gimp-tool-paintbrush")
|
||
(load-proc
|
||
(extensions "ico")
|
||
(magics "0,string,\\000\\001\\000\\000,0,string,\\000\\002\\000\\000")
|
||
(mime-types "image/x-ico")
|
||
(thumb-loader "file-ico-load-thumb"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-ico-save" 1
|
||
"Saves files in Windows ICO file format"
|
||
"Saves files in Windows ICO file format"
|
||
"Christian Kreibich <christian@whoop.org>"
|
||
"Christian Kreibich <christian@whoop.org>"
|
||
"2002"
|
||
"Microsoft Windows icon"
|
||
0
|
||
(icon icon-name -1 "gimp-tool-paintbrush")
|
||
(save-proc
|
||
(extensions "ico")
|
||
(mime-types "image/x-ico"))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-html-table/file-html-table" 1609190423
|
||
(proc-def "file-html-table-save" 1
|
||
"GIMP Table Magic"
|
||
"Allows you to draw an HTML table in GIMP. See help for more info."
|
||
"Daniel Dunbar"
|
||
"Daniel Dunbar"
|
||
"1998"
|
||
"HTML table"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "html,htm")
|
||
(mime-types "text/html")
|
||
(handles-remote))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-heif/file-heif" 1609190423
|
||
(has-init))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-header/file-header" 1609190423
|
||
(proc-def "file-header-save" 1
|
||
"saves files as C unsigned character array"
|
||
"FIXME: write help"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"Spencer Kimball & Peter Mattis"
|
||
"1997"
|
||
"C source code header"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "h")
|
||
(mime-types "image/x-chdr")
|
||
(handles-remote))
|
||
"INDEXED, RGB"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-glob/file-glob" 1609190423
|
||
(proc-def "file-glob" 1
|
||
"Returns a list of matching filenames"
|
||
"This can be useful in scripts and other plug-ins (e.g., batch-conversion). See the glob(7) manpage for more info. Note however that this isn't a full-featured glob implementation. It only handles simple patterns like \"/home/foo/bar/*.jpg\"."
|
||
"Sven Neumann"
|
||
"Sven Neumann"
|
||
"2004"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 2
|
||
(proc-arg 6 "GParamString" "gchararray" "pattern" "Pattern" "The glob pattern (in UTF-8 encoding)" 3 "")
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "filename-encoding" "Filename encoding" "FALSE to return UTF-8 strings, TRUE to return strings in filename encoding" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-files" "Num files" "Number of returned filenames" 3 0 2147483647 0)
|
||
(proc-arg 0 "GimpParamStringArray" "GimpStringArray" "files" "Files" "The list of matching filenames" 16387)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gih/file-gih" 1609190423
|
||
(proc-def "file-gih-save" 1
|
||
"exports images in GIMP brush pipe format"
|
||
"This plug-in exports an image in the GIMP brush pipe format. For a colored brush pipe, RGBA layers are used, otherwise the layers should be grayscale masks. The image can be multi-layered, and additionally the layers can be divided into a rectangular array of brushes."
|
||
"Tor Lillqvist"
|
||
"Tor Lillqvist"
|
||
"1999"
|
||
"GIMP brush (animated)"
|
||
0
|
||
(icon icon-name -1 "gimp-tool-paintbrush")
|
||
(save-proc
|
||
(extensions "gih")
|
||
(mime-types "image/x-gimp-gih")
|
||
(handles-remote))
|
||
"RGB*, GRAY*"
|
||
15 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "spacing" "Spacing" "Spacing of the brush" 3 1 1000 10)
|
||
(proc-arg 6 "GParamString" "gchararray" "description" "Description" "Short description of the gihtern" 3 "GIMP Gihtern")
|
||
(proc-arg 1 "GParamInt" "gint" "cell-width" "Cell width" "Width of the brush cells" 3 1 1000 10)
|
||
(proc-arg 1 "GParamInt" "gint" "cell-height" "Cell height" "Height of the brush cells" 3 1 1000 10)
|
||
(proc-arg 1 "GParamInt" "gint" "display-cols" "Display columns" "Display column number" 3 1 1000 1)
|
||
(proc-arg 1 "GParamInt" "gint" "display-rows" "Display rows" "Display row number" 3 1 1000 1)
|
||
(proc-arg 1 "GParamInt" "gint" "dimension" "Dimension" "Dimension of the brush pipe" 3 1 4 1)
|
||
(proc-arg 0 "GimpParamUInt8Array" "GimpUint8Array" "rank" "Rank" "Ranks of the dimensions" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "dimension-2" "Dimension 2" "Dimension of the brush pipe (same as dimension)" 3 1 4 1)
|
||
(proc-arg 0 "GimpParamStringArray" "GimpStringArray" "sel" "Sel" "Selection modes" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gif-save/file-gif-save" 1609190423
|
||
(proc-def "file-gif-save" 1
|
||
"exports files in Compuserve GIF file format"
|
||
"Export a file in Compuserve GIF format, with possible animation, transparency, and comment. To export an animation, operate on a multi-layer file and give the 'as-animation' parameter as TRUE. The plug-in will interpret <50% alpha as transparent. When run non-interactively, the value for the comment is taken from the 'gimp-comment' parasite. "
|
||
"Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
|
||
"Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
|
||
"1995-1997"
|
||
"GIF image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "gif")
|
||
(mime-types "image/gif")
|
||
(handles-remote))
|
||
"INDEXED*, GRAY*"
|
||
12 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "interlace" "Interlace" "Try to export as interlaced" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "loop" "Loop" "(animated gif) loop infinitely" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "default-delay" "Default delay" "(animated gif) Default delay between frames in milliseconds" 3 0 2147483647 100)
|
||
(proc-arg 1 "GParamInt" "gint" "default-dispose" "Default dispoe" "(animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)" 3 0 2 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "as-animation" "As animation" "Export GIF as animation?" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "force-delay" "Force delay" "(animated gif) Use specified delay for all frames" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "force-dispose" "Force dispose" "(animated gif) Use specified disposal for all frames" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gif-load/file-gif-load" 1609190423
|
||
(proc-def "file-gif-load-thumb" 1
|
||
"Loads only the first frame of a GIF image, to be used as a thumbnail"
|
||
""
|
||
"Sven Neumann"
|
||
"Sven Neumann"
|
||
"2006"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
2 5
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load the thumbnail from" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "thumb-size" "Thumb Size" "Preferred thumbnail size" 3 16 2014 256)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Thumbnail image" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "image-width" "Image width" "Width of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "image-height" "Image height" "Height of the full-sized image (0 for unknown)" 3 0 524288 0)
|
||
(proc-arg 3 "GParamEnum" "GimpImageType" "image-type" "Image type" "Type of the image" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-layers" "Num layers" "Number of layers in the image" 3 1 2147483647 1))
|
||
(proc-def "file-gif-load" 1
|
||
"Loads files of Compuserve GIF file format"
|
||
"FIXME: write help for gif_load"
|
||
"Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
|
||
"Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
|
||
"1995-2006"
|
||
"GIF image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "gif")
|
||
(magics "0,string,GIF8")
|
||
(mime-types "image/gif")
|
||
(thumb-loader "file-gif-load-thumb"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gegl/file-gegl" 1609190423
|
||
(proc-def "file-load-rgbe" 1
|
||
"Load files in the RGBE file format"
|
||
"This procedure loads images in the RGBE format, using gegl:load"
|
||
""
|
||
""
|
||
""
|
||
"Radiance RGBE"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "hdr")
|
||
(magics "0,string,?#")
|
||
(mime-types "image/vnd.radiance"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-save-rgbe" 1
|
||
"Saves files in the RGBE file format"
|
||
"This procedure exports images in the RGBE format, using gegl:save"
|
||
""
|
||
""
|
||
""
|
||
"Radiance RGBE"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "hdr")
|
||
(mime-types "image/vnd.radiance"))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3))
|
||
(proc-def "file-exr-save" 1
|
||
"Saves files in the OpenEXR file format"
|
||
"This procedure saves images in the OpenEXR format, using gegl:save"
|
||
""
|
||
""
|
||
""
|
||
"OpenEXR image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "exr")
|
||
(mime-types "image/x-exr"))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-gbr/file-gbr" 1609190423
|
||
(proc-def "file-gbr-save" 1
|
||
"Exports files in the GIMP brush file format"
|
||
"Exports files in the GIMP brush file format"
|
||
"Tim Newsome, Jens Lautenbacher, Sven Neumann"
|
||
"Tim Newsome, Jens Lautenbacher, Sven Neumann"
|
||
"1997-2000"
|
||
"GIMP brush"
|
||
0
|
||
(icon icon-name -1 "gimp-tool-paintbrush")
|
||
(save-proc
|
||
(extensions "gbr")
|
||
(mime-types "image/x-gimp-gbr")
|
||
(handles-remote))
|
||
"*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "spacing" "Spacing" "Spacing of the brush" 3 1 1000 10)
|
||
(proc-arg 6 "GParamString" "gchararray" "description" "Description" "Short description of the brush" 3 "GIMP Brush")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-fli/file-fli" 1609190423
|
||
(proc-def "file-fli-load" 1
|
||
"Load FLI-movies"
|
||
"This is an experimental plug-in to handle FLI movies"
|
||
"Jens Ch. Restemeier"
|
||
"Jens Ch. Restemeier"
|
||
"1997"
|
||
"AutoDesk FLIC animation"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "fli,flc")
|
||
(mime-types "image/x-flic"))
|
||
""
|
||
4 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "from-frame" "From frame" "Load beginning from this frame" 3 -1 2147483647 -1)
|
||
(proc-arg 1 "GParamInt" "gint" "to-frame" "To frame" "End loading with this frame" 3 -1 2147483647 -1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-fli-save" 1
|
||
"Export FLI-movies"
|
||
"This is an experimental plug-in to handle FLI movies"
|
||
"Jens Ch. Restemeier"
|
||
"Jens Ch. Restemeier"
|
||
"1997"
|
||
"AutoDesk FLIC animation"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "fli,flc")
|
||
(mime-types "image/x-flic"))
|
||
"INDEXED, GRAY"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "from-frame" "From frame" "Export beginning from this frame" 3 -1 2147483647 -1)
|
||
(proc-arg 1 "GParamInt" "gint" "to-frame" "To frame" "End exporting with this frame" 3 -1 2147483647 -1))
|
||
(proc-def "file-fli-info" 1
|
||
"Get information about a Fli movie"
|
||
"This is an experimental plug-in to handle FLI movies"
|
||
"Jens Ch. Restemeier"
|
||
"Jens Ch. Restemeier"
|
||
"1997"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
1 3
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The local file to get info about" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "width" "Width" "Width of one frame" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "height" "Height" "Height of one frame" 3 0 524288 0)
|
||
(proc-arg 1 "GParamInt" "gint" "frames" "Frames" "Number of frames" 3 0 2147483647 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-fits/file-fits" 1609190423
|
||
(proc-def "file-fits-load" 1
|
||
"Load file of the FITS file format"
|
||
"Load file of the FITS file format (Flexible Image Transport System)"
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner (peter@kirchgessner.net)"
|
||
"1997"
|
||
"Flexible Image Transport System"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "fit,fits")
|
||
(magics "0,string,SIMPLE")
|
||
(mime-types "image/x-fits"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-fits-save" 1
|
||
"Export file in the FITS file format"
|
||
"FITS exporting handles all image types except those with alpha channels."
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner (peter@kirchgessner.net)"
|
||
"1997"
|
||
"Flexible Image Transport System"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "fit,fits")
|
||
(mime-types "image/x-fits"))
|
||
"RGB, GRAY, INDEXED"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-faxg3/file-faxg3" 1609190423
|
||
(proc-def "file-faxg3-load" 1
|
||
"Loads g3 fax files"
|
||
"This plug-in loads Fax G3 Image files."
|
||
"Jochen Friedrich"
|
||
"Jochen Friedrich, Gert Doering, Spencer Kimball & Peter Mattis"
|
||
""
|
||
"G3 fax image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "g3")
|
||
(magics "4,string,Research")
|
||
(mime-types "image/g3-fax"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-exr/file-exr" 1609190423
|
||
(proc-def "file-exr-load" 1
|
||
"Loads files in the OpenEXR file format"
|
||
"This plug-in loads OpenEXR files. "
|
||
"Dominik Ernst <dernst@gmx.de>, Mukund Sivaraman <muks@banu.com>"
|
||
"Dominik Ernst <dernst@gmx.de>, Mukund Sivaraman <muks@banu.com>"
|
||
""
|
||
"OpenEXR image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "exr")
|
||
(magics "0,long,0x762f3101")
|
||
(mime-types "image/x-exr"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-dicom/file-dicom" 1609190423
|
||
(proc-def "file-dicom-load" 1
|
||
"Loads files of the dicom file format"
|
||
"Load a file in the DICOM standard format. The standard is defined at http://medical.nema.org/. The plug-in currently only supports reading images with uncompressed pixel sections."
|
||
"Dov Grobgeld"
|
||
"Dov Grobgeld <dov@imagic.weizmann.ac.il>"
|
||
"2003"
|
||
"DICOM image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "dcm,dicom")
|
||
(magics "128,string,DICM")
|
||
(mime-types "image/x-dcm"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-dicom-save" 1
|
||
"Save file in the DICOM file format"
|
||
"Save an image in the medical standard DICOM image formats. The standard is defined at http://medical.nema.org/. The file format is defined in section 10 of the standard. The files are saved uncompressed and the compulsory DICOM tags are filled with default dummy values."
|
||
"Dov Grobgeld"
|
||
"Dov Grobgeld <dov@imagic.weizmann.ac.il>"
|
||
"2003"
|
||
"Digital Imaging and Communications in Medicine image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "dcm,dicom")
|
||
(mime-types "image/x-dcm"))
|
||
"RGB, GRAY"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-desktop-link/file-desktop-link" 1609190423
|
||
(proc-def "file-desktop-link-load" 1
|
||
"Follows a link to an image in a .desktop file"
|
||
"Opens a .desktop file and if it is a link, it asks GIMP to open the file the link points to."
|
||
"Sven Neumann"
|
||
"Sven Neumann"
|
||
"2006"
|
||
"Desktop Link"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "desktop"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-dds/file-dds" 1609190423
|
||
(proc-def "file-dds-load" 1
|
||
"Loads files in DDS image format"
|
||
"Loads files in DDS image format"
|
||
"Shawn Kirst"
|
||
"Shawn Kirst"
|
||
"2008"
|
||
"DDS image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "dds")
|
||
(magics "0,string,DDS")
|
||
(mime-types "image/dds"))
|
||
""
|
||
4 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "load-mipmaps" "Load mipmaps" "Load mipmaps if present" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "decode-images" "Decode images" "Decode YCoCg/AExp images when detected" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-dds-save" 1
|
||
"Saves files in DDS image format"
|
||
"Saves files in DDS image format"
|
||
"Shawn Kirst"
|
||
"Shawn Kirst"
|
||
"2008"
|
||
"DDS image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "dds")
|
||
(mime-types "image/dds"))
|
||
"INDEXED, GRAY, RGB"
|
||
19 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "compression-format" "Compression format" "Compression format (0 = None, 1 = BC1/DXT1, 2 = BC2/DXT3, 3 = BC3/DXT5, 4 = BC3n/DXT5nm, 5 = BC4/ATI1N, 6 = BC5/ATI2N, 7 = RXGB (DXT5), 8 = Alpha Exponent (DXT5), 9 = YCoCg (DXT5), 10 = YCoCg scaled (DXT5))" 3 0 10 0)
|
||
(proc-arg 1 "GParamInt" "gint" "mipmaps" "Mipmaps" "How to handle mipmaps (0 = No mipmaps, 1 = Generate mipmaps, 2 = Use existing mipmaps (layers)" 3 0 2 0)
|
||
(proc-arg 1 "GParamInt" "gint" "save-type" "Save type" "How to save the image (0 = selected layer, 1 = cube map, 2 = volume map, 3 = texture array" 3 0 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "format" "Format" "Pixel format (0 = default, 1 = DDS_FORMAT_RGB8, 2 = DDS_FORMAT_RGBA8, 3 = DDS_FORMAT_BGR8, 4 = DDS_FORMAT_ABGR8, 5 = DDS_FORMAT_R5G6B5, 6 = DDS_FORMAT_RGBA4, 7 = DDS_FORMAT_RGB5A1, 8 = DDS_FORMAT_RGB10A2, 9 = DDS_FORMAT_R3G3B2, 10 = DDS_FORMAT_A8, 11 = DDS_FORMAT_L8, 12 = DDS_FORMAT_L8A8, 13 = DDS_FORMAT_AEXP, 14 = DDS_FORMAT_YCOCG)" 3 0 14 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "transparent-color" "Transparent color" "Make an indexed color transparent" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "transparent-index" "Transparent index" "Index of transparent color or -1 to disable (for indexed images only)." 3 0 255 0)
|
||
(proc-arg 1 "GParamInt" "gint" "mipmap-filter" "Mipmap filter" "Filtering to use when generating mipmaps (0 = default, 1 = nearest, 2 = box, 3 = triangle, 4 = quadratic, 5 = bspline, 6 = mitchell, 7 = lanczos, 8 = kaiser)" 3 0 8 0)
|
||
(proc-arg 1 "GParamInt" "gint" "mipmap-wrap" "Mipmap wrap" "Wrap mode to use when generating mipmaps (0 = default, 1 = mirror, 2 = repeat, 3 = clamp)" 3 0 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "gamma-correct" "Gamme correct" "Use gamma correct mipmap filtering" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "srgb" "sRGB" "Use sRGB colorspace for gamma correction" 3 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "gamma" "Gamma" "Gamma value to use for gamma correction (i.e. 2.2)" 3 0 10 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "perceptual-metric" "Perceptual metric" "Use a perceptual error metric during compression" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "preserve-alpha-coverage" "Preserve alpha coverage" "Preserve alpha test converage for alpha channel maps" 3 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "alpha-test-threshold" "Alpha test threshold" "Alpha test threshold value for which alpha test converage should be preserved" 3 0 1 0.5)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-csource/file-csource" 1609190423
|
||
(proc-def "file-csource-save" 1
|
||
"Dump image data in RGB(A) format for C source"
|
||
"CSource cannot be run non-interactively."
|
||
"Tim Janik"
|
||
"Tim Janik"
|
||
"1999"
|
||
"C source code"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "c")
|
||
(mime-types "image/x-csrc")
|
||
(handles-remote))
|
||
"*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-compressor/file-compressor" 1609190423
|
||
(proc-def "file-gz-load" 1
|
||
"loads files compressed with gzip"
|
||
"This procedure loads files in the gzip compressed format."
|
||
"Daniel Risacher"
|
||
"Daniel Risacher, Spencer Kimball and Peter Mattis"
|
||
"1995-1997"
|
||
"gzip archive"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "xcf.gz,xcfgz")
|
||
(magics "0,string,\037<33>")
|
||
(mime-types "application/x-gzip"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-gz-save" 1
|
||
"saves files compressed with gzip"
|
||
"This procedure saves files in the gzip compressed format."
|
||
"Daniel Risacher"
|
||
"Daniel Risacher, Spencer Kimball and Peter Mattis"
|
||
"1995-1997"
|
||
"gzip archive"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "xcf.gz,xcfgz")
|
||
(mime-types "application/x-gzip"))
|
||
"RGB*, GRAY*, INDEXED*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3))
|
||
(proc-def "file-bz2-load" 1
|
||
"loads files compressed with bzip2"
|
||
"This procedure loads files in the bzip2 compressed format."
|
||
"Daniel Risacher"
|
||
"Daniel Risacher, Spencer Kimball and Peter Mattis"
|
||
"1995-1997"
|
||
"bzip archive"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "xcf.bz2,xcfbz2")
|
||
(magics "0,string,BZh")
|
||
(mime-types "application/x-bzip"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-bz2-save" 1
|
||
"saves files compressed with bzip2"
|
||
"This procedure saves files in the bzip2 compressed format."
|
||
"Daniel Risacher"
|
||
"Daniel Risacher, Spencer Kimball and Peter Mattis"
|
||
"1995-1997"
|
||
"bzip archive"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "xcf.bz2,xcfbz2")
|
||
(mime-types "application/x-bzip"))
|
||
"RGB*, GRAY*, INDEXED*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3))
|
||
(proc-def "file-xz-load" 1
|
||
"loads files compressed with xz"
|
||
"This procedure loads files in the xz compressed format."
|
||
"Daniel Risacher"
|
||
"Daniel Risacher, Spencer Kimball and Peter Mattis"
|
||
"1995-1997"
|
||
"xz archive"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "xcf.xz,xcfxz")
|
||
(magics "0,string,<2C>7zXZ")
|
||
(mime-types "application/x-xz"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-xz-save" 1
|
||
"saves files compressed with xz"
|
||
"This procedure saves files in the xz compressed format."
|
||
"Daniel Risacher"
|
||
"Daniel Risacher, Spencer Kimball and Peter Mattis"
|
||
"1995-1997"
|
||
"xz archive"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "xcf.xz,xcfxz")
|
||
(mime-types "application/x-xz"))
|
||
"RGB*, GRAY*, INDEXED*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-cel/file-cel" 1609190423
|
||
(proc-def "file-cel-load" 1
|
||
"Loads files in KISS CEL file format"
|
||
"This plug-in loads individual KISS cell files."
|
||
"Nick Lamb"
|
||
"Nick Lamb <njl195@zepler.org.uk>"
|
||
"May 1998"
|
||
"KISS CEL"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "cel")
|
||
(magics "0,string,KiSS\\040"))
|
||
""
|
||
3 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 6 "GParamString" "gchararray" "palette-filename" "Palette filename" "Filename to load palette from" 16387 "")
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-cel-save" 1
|
||
"Exports files in KISS CEL file format"
|
||
"This plug-in exports individual KISS cell files."
|
||
"Nick Lamb"
|
||
"Nick Lamb <njl195@zepler.org.uk>"
|
||
"May 1998"
|
||
"KISS CEL"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "cel")
|
||
(handles-remote))
|
||
"RGB*, INDEXED*"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 6 "GParamString" "gchararray" "palette-filename" "Palette filename" "Filename to save palette to" 16387 "")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-bmp/file-bmp" 1609190423
|
||
(proc-def "file-bmp-load" 1
|
||
"Loads files of Windows BMP file format"
|
||
"Loads files of Windows BMP file format"
|
||
"Alexander Schulz"
|
||
"Alexander Schulz"
|
||
"1997"
|
||
"Windows BMP image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(load-proc
|
||
(extensions "bmp")
|
||
(magics "0,string,BM")
|
||
(mime-types "image/bmp"))
|
||
""
|
||
2 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to load" 3)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "Output image" 3 1))
|
||
(proc-def "file-bmp-save" 1
|
||
"Saves files in Windows BMP file format"
|
||
"Saves files in Windows BMP file format"
|
||
"Alexander Schulz"
|
||
"Alexander Schulz"
|
||
"1997"
|
||
"Windows BMP image"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "bmp")
|
||
(mime-types "image/bmp"))
|
||
"INDEXED, GRAY, RGB*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/file-aa/file-aa" 1609190423
|
||
(proc-def "file-aa-save" 1
|
||
"Saves grayscale image in various text formats"
|
||
"This plug-in uses aalib to save grayscale image as ascii art into a variety of text formats"
|
||
"Tim Newsome <nuisance@cmu.edu>"
|
||
"Tim Newsome <nuisance@cmu.edu>"
|
||
"1997"
|
||
"ASCII art"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "txt,ansi,text")
|
||
(mime-types "text/plain"))
|
||
"*"
|
||
6 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "file-type" "File type" "File type to use" 3 0 11 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/destripe/destripe" 1609190423
|
||
(proc-def "plug-in-destripe" 1
|
||
"Remove vertical stripe artifacts from the image"
|
||
"This plug-in tries to remove vertical stripes from an image."
|
||
"Marc Lehmann <pcg@goof.com>"
|
||
"Marc Lehmann <pcg@goof.com>"
|
||
"0.2"
|
||
"Des_tripe..."
|
||
1
|
||
(menu-path "<Image>/Colors/Tone Mapping")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
4 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "avg-width" "Avg width" "Averaging filter width" 3 2 100 36)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/despeckle/despeckle" 1609190423
|
||
(proc-def "plug-in-despeckle" 1
|
||
"Remove speckle noise from the image"
|
||
"This plug-in selectively performs a median or adaptive box filter on an image."
|
||
"Michael Sweet <mike@easysw.com>"
|
||
"Copyright 1997-1998 by Michael Sweet"
|
||
"May 2010"
|
||
"Des_peckle..."
|
||
1
|
||
(menu-path "<Image>/Filters/Enhance")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "radius" "Radius" "Filter box radius" 3 1 30 3)
|
||
(proc-arg 1 "GParamInt" "gint" "type" "Type" "Filter type { MEDIAN (0), ADAPTIVE (1), RECURSIVE-MEDIAN (2), RECURSIVE-ADAPTIVE (3) }" 3 0 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "black" "Black" "Black level" 3 -1 255 7)
|
||
(proc-arg 1 "GParamInt" "gint" "white" "White" "White level" 3 0 256 248)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/depth-merge/depth-merge" 1609190423
|
||
(proc-def "plug-in-depth-merge" 1
|
||
"Combine two images using depth maps (z-buffers)"
|
||
"Taking as input two full-color, full-alpha images and two corresponding grayscale depth maps, this plug-in combines the images based on which is closer (has a lower depth map value) at each point."
|
||
"Sean Cier"
|
||
"Sean Cier"
|
||
"August 1998"
|
||
"_Depth Merge..."
|
||
1
|
||
(menu-path "<Image>/Filters/Combine")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
11 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "source-1" "Source 1" "Source 1" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "source-2" "Source 2" "Source 2" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "depth-map-1" "Depth map 1" "Depth map 1" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "depth-map-2" "Depth map 2" "Depth map 2" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "overlap" "Overlap" "Overlap" 3 0 2 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "offset" "Offset" "Depth relative offset" 3 -1 1 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "scale-1" "Scale 1" "Depth relative scale 1" 3 -1 1 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "scale-2" "Scale 2" "Depth relative scale 2" 3 -1 1 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/decompose/decompose" 1609190423
|
||
(proc-def "plug-in-decompose" 1
|
||
"Decompose an image into separate colorspace components"
|
||
"This function creates new gray images with different channel information in each of them"
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner, Clarence Risher"
|
||
"1997"
|
||
"_Decompose..."
|
||
1
|
||
(menu-path "<Image>/Colors/Components")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
6 4
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "decompose-type" "Decompose type" "What to decompose: \"RGB\", \"RGBA\", \"Red\", \"Green\", \"Blue\", \"Alpha\", \"HSV\", \"Hue\", \"Saturation\", \"Value\", \"HSL\", \"Hue (HSL)\", \"Saturation (HSL)\", \"Lightness\", \"CMYK\", \"Cyan\", \"Magenta\", \"Yellow\", \"Black\", \"LAB\", \"LCH\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R709_256\"" 3 "RGB")
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "layers-mode" "Layers mode" "Create channels as layers in a single image" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "use-registration" "Use registration" "When enabled, pixels in the foreground color will appear black in all output images. This can be used for things like crop marks that have to show up on all channels." 3 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image-1" "New image 1" "Output gray image 1" 3 0)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image-2" "New image 2" "Output gray image 2 (N/A for single channel extract)" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image-3" "New image 3" "Output gray image 3 (N/A for single channel extract)" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image-4" "New image 4" "Output gray image 4 (N/A for single channel extract)" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/curve-bend/curve-bend" 1609190423
|
||
(proc-def "plug-in-curve-bend" 1
|
||
"Bend the image using two control curves"
|
||
"This plug-in does bend the active layer If there is a current selection it is copied to floating selection and the curve_bend distortion is done on the floating selection. If work_on_copy parameter is TRUE, the curve_bend distortion is done on a copy of the active layer (or floating selection). The upper and lower edges are bent in shape of 2 spline curves. both (upper and lower) curves are determined by upto 17 points or by 256 Y-Values if curve_type == 1 (freehand mode) If rotation is not 0, the layer is rotated before and rotated back after the bend operation. This enables bending in other directions than vertical. bending usually changes the size of the handled layer. this plug-in sets the offsets of the handled layer to keep its center at the same position"
|
||
"Wolfgang Hofer (hof@hotbot.com)"
|
||
"Wolfgang Hofer"
|
||
"v1.3.18 (2003/08/26)"
|
||
"_Curve Bend..."
|
||
1
|
||
(menu-path "<Image>/Filters/Distorts")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
20 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "rotation" "Rotation" "Direction {angle 0 to 360 degree } of the bend effect" 3 0 360 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "smoothing" "Smoothing" "Smoothing" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "antialias" "Antialias" "Antialias" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "work-on-copy" "Work on copy" "Copy the drawable and bend the copy" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "curve-type" "Curve type" "{ 0 == smooth (use 17 points), 1 == freehand (use 256 val_y) }" 3 0 1 0)
|
||
(proc-arg 1 "GParamInt" "gint" "argc-upper-point-x" "Argc upper point X" "Argc upper point X" 3 2 17 2)
|
||
(proc-arg 0 "GimpParamFloatArray" "GimpFloatArray" "upper-point-x" "Upper point X" "Array of 17 x point coords { 0.0 <= x <= 1.0 or -1 for unused point }" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "argc-upper-point-y" "Argc upper point Y" "Argc upper point Y" 3 2 17 2)
|
||
(proc-arg 0 "GimpParamFloatArray" "GimpFloatArray" "upper-point-y" "Upper point Y" "Array of 17 y point coords { 0.0 <= y <= 1.0 or -1 for unused point }" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "argc-lower-point-x" "Argc lower point X" "Argc lower point X" 3 2 17 2)
|
||
(proc-arg 0 "GimpParamFloatArray" "GimpFloatArray" "lower-point-x" "Lower point X" "Array of 17 x point coords { 0.0 <= x <= 1.0 or -1 for unused point }" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "argc-lower-point-y" "Argc lower point Y" "Argc lower point Y" 3 2 17 2)
|
||
(proc-arg 0 "GimpParamFloatArray" "GimpFloatArray" "lower-point-y" "Lower point Y" "Array of 17 y point coords { 0.0 <= y <= 1.0 or -1 for unused point }" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "argc-upper-val-y" "Argc upper val Y" "Argc upper val Y" 3 256 256 256)
|
||
(proc-arg 0 "GimpParamUInt8Array" "GimpUint8Array" "upper-val-y" "Upper val Y" "Array of 256 y freehand coords { 0 <= y <= 255 }" 3)
|
||
(proc-arg 1 "GParamInt" "gint" "argc-lower-val-y" "Argc lower val Y" "Argc lower val Y" 3 256 256 256)
|
||
(proc-arg 0 "GimpParamUInt8Array" "GimpUint8Array" "lower-val-y" "Lower val Y" "Array of 256 y freehand coords { 0 <= y <= 255 }" 3)
|
||
(proc-arg 8 "GimpParamLayer" "GimpLayer" "bent-layer" "Bent layer" "The transformed layer" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/crop-zealous/crop-zealous" 1609190423
|
||
(proc-def "plug-in-zealouscrop" 1
|
||
"Autocrop unused space from edges and middle"
|
||
""
|
||
"Adam D. Moss"
|
||
"Adam D. Moss"
|
||
"1997"
|
||
"_Zealous Crop"
|
||
1
|
||
(menu-path "<Image>/Image/Crop")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/contrast-retinex/contrast-retinex" 1609190423
|
||
(proc-def "plug-in-retinex" 1
|
||
"Enhance contrast using the Retinex method"
|
||
"The Retinex Image Enhancement Algorithm is an automatic image enhancement method that enhances a digital image in terms of dynamic range compression, color independence from the spectral distribution of the scene illuminant, and color/lightness rendition."
|
||
"Fabien Pelisson"
|
||
"Fabien Pelisson"
|
||
"2003"
|
||
"Retine_x..."
|
||
1
|
||
(menu-path "<Image>/Colors/Tone Mapping")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "scale" "Scale" "Biggest scale value" 3 16 250 240)
|
||
(proc-arg 1 "GParamInt" "gint" "nscales" "N scales" "Number of scales" 3 0 8 3)
|
||
(proc-arg 1 "GParamInt" "gint" "scales-mode" "Scales mode" "Retinex distribution through scales" 3 0 2 0)
|
||
(proc-arg 5 "GParamDouble" "gdouble" "cvar" "Cvar" "Variance value" 3 0 4 1.2)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/compose/compose" 1609190423
|
||
(proc-def "plug-in-compose" 1
|
||
"Create an image using multiple gray images as color channels"
|
||
"This function creates a new image from multiple gray images"
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner (peter@kirchgessner.net)"
|
||
"1997"
|
||
"C_ompose..."
|
||
1
|
||
(menu-path "<Image>/Colors/Components")
|
||
(icon icon-name -1 "")
|
||
"GRAY*"
|
||
7 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image-2" "Image 2" "Second input image" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image-3" "Image 3" "Third input image" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image-4" "Image 4" "Fourth input image" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "compose-type" "Compose type" "What to compose: \"RGB\", \"RGBA\", \"HSV\", \"HSL\", \"CMYK\", \"LAB\", \"LCH\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709_256\"" 3 "RGB")
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image" "New image" "Output image" 3 0))
|
||
(proc-def "plug-in-drawable-compose" 1
|
||
"Compose an image from multiple drawables of gray images"
|
||
"This function creates a new image from multiple drawables of gray images"
|
||
"Peter Kirchgessner"
|
||
"Peter Kirchgessner (peter@kirchgessner.net)"
|
||
"1998"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
"GRAY*"
|
||
7 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable-2" "Drawable 2" "Second input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable-3" "Drawable 3" "Third input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable-4" "Drawable 4" "Fourth input drawable" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "compose-type" "Compose type" "What to compose: \"RGB\", \"RGBA\", \"HSV\", \"HSL\", \"CMYK\", \"LAB\", \"LCH\", \"YCbCr_ITU_R470\", \"YCbCr_ITU_R709\", \"YCbCr_ITU_R470_256\", \"YCbCr_ITU_R709_256\"" 3 "RGB")
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "new-image" "New image" "Output image" 3 0))
|
||
(proc-def "plug-in-recompose" 1
|
||
"Recompose an image that was previously decomposed"
|
||
"This function recombines the grayscale layers produced by Decompose into a single RGB or RGBA layer, and replaces the originally decomposed layer with the result."
|
||
"Bill Skaggs"
|
||
"Bill Skaggs"
|
||
"2004"
|
||
"R_ecompose"
|
||
1
|
||
(menu-path "<Image>/Colors/Components")
|
||
(icon icon-name -1 "")
|
||
"GRAY*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/colorxhtml/colorxhtml.py" 1609190423
|
||
(proc-def "file-colorxhtml-save" 1
|
||
"Save as colored HTML text"
|
||
"Saves the image as colored XHTML text (based on Perl version by Marc Lehmann)"
|
||
"Manish Singh and Carol Spears"
|
||
"(c) GPL V3.0 or later"
|
||
"2003"
|
||
"Colored HTML text"
|
||
0
|
||
(icon icon-name -1 "")
|
||
(save-proc
|
||
(extensions "html,xhtml"))
|
||
"RGB"
|
||
9 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The image to save" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "num-drawables" "Number of drawables" "Number of drawables to be saved" 3 0 2147483647 1)
|
||
(proc-arg 9 "GimpParamObjectArray" "GimpObjectArray" "drawables" "Drawables" "The drawables to save" 16387 "GimpDrawable")
|
||
(proc-arg 0 "GParamObject" "GFile" "file" "File" "The file to save to" 3)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "source-file" "_Read characters from file, if true, or use text entry" "_Read characters from file, if true, or use text entry" 3 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "characters" "_File to read or characters to use" "_File to read or characters to use" 3 "foo")
|
||
(proc-arg 1 "GParamInt" "gint" "font-size" "Fo_nt size in pixels" "Fo_nt size in pixels" 3 5 100 10)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "separate" "_Write a separate CSS file" "_Write a separate CSS file" 3 0))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/colormap-remap/colormap-remap" 1609190423
|
||
(proc-def "plug-in-colormap-swap" 1
|
||
"Swap two colors in the colormap"
|
||
"This procedure takes an indexed image and lets you swap the positions of two colors in the colormap without visually changing the image."
|
||
"Mukund Sivaraman <muks@mukund.org>"
|
||
"Mukund Sivaraman <muks@mukund.org>"
|
||
"June 2006"
|
||
"_Swap Colors"
|
||
0
|
||
(icon icon-name -1 "gimp-colormap")
|
||
"INDEXED*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamUChar" "guchar" "index1" "Index 1" "First index in the colormap" 3 0 255 0)
|
||
(proc-arg 1 "GParamUChar" "guchar" "index2" "Index 2" "Second (other) index in the colormap" 3 0 255 0))
|
||
(proc-def "plug-in-colormap-remap" 1
|
||
"Rearrange the colormap"
|
||
"This procedure takes an indexed image and lets you alter the positions of colors in the colormap without visually changing the image."
|
||
"Mukund Sivaraman <muks@mukund.org>"
|
||
"Mukund Sivaraman <muks@mukund.org>"
|
||
"June 2006"
|
||
"R_earrange Colormap..."
|
||
2
|
||
(menu-path "<Image>/Colors/Map/Colormap")
|
||
(menu-path "<Colormap>")
|
||
(icon icon-name -1 "gimp-colormap")
|
||
"INDEXED*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "num-colors" "Num colors" "Length of 'map' argument" 3 1 256 1)
|
||
(proc-arg 0 "GimpParamUInt8Array" "GimpUint8Array" "map" "Map" "Remap array for the colormap" 3)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/cml-explorer/cml-explorer" 1609190423
|
||
(proc-def "plug-in-cml-explorer" 1
|
||
"Create abstract Coupled-Map Lattice patterns"
|
||
"Make an image of Coupled-Map Lattice (CML). CML is a kind of Cellula Automata on continuous (value) domain. In GIMP_RUN_NONINTERACTIVE, the name of a parameter file is passed as the 4th arg. You can control CML_explorer via parameter file."
|
||
"Shuji Narazaki (narazaki@InetQ.or.jp); http://www.inetq.or.jp/~narazaki/TheGIMP/"
|
||
"Shuji Narazaki"
|
||
"1997"
|
||
"CML _Explorer..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Pattern")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
4 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "parameter-uri" "Parameter UTI" "The local file:// URI of parameter file. CML_explorer makes an image with its settings." 3 "")))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/checkerboard/checkerboard" 1609190423
|
||
(proc-def "plug-in-checkerboard" 1
|
||
"Create a checkerboard pattern"
|
||
"More here later"
|
||
"Brent Burton & the Edward Blevins"
|
||
"Brent Burton & the Edward Blevins"
|
||
"1997"
|
||
"_Checkerboard (legacy)..."
|
||
1
|
||
(menu-path "<Image>/Filters/Render/Pattern")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "psychobily" "Psychobily" "Render a psychobiliy checkerboard" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "check-size" "Check size" "Size of the checks" 3 1 524288 10)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/busy-dialog/busy-dialog" 1609190423
|
||
(proc-def "plug-in-busy-dialog" 1
|
||
"Show a dialog while waiting for an operation to finish"
|
||
"Used by GIMP to display a dialog, containing a spinner and a custom message, while waiting for an ongoing operation to finish. Optionally, the dialog may provide a \"Cancel\" button, which can be used to cancel the operation."
|
||
"Ell"
|
||
"Ell"
|
||
"2018"
|
||
""
|
||
0
|
||
(icon icon-name -1 "")
|
||
""
|
||
5 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 0)
|
||
(proc-arg 1 "GParamInt" "gint" "read-fd" "The read file descriptor" "The read file descriptor" 3 -2147483648 2147483647 0)
|
||
(proc-arg 1 "GParamInt" "gint" "write-fd" "The write file descriptor" "The write file descriptor" 3 -2147483648 2147483647 0)
|
||
(proc-arg 6 "GParamString" "gchararray" "message" "The message" "The message" 3 "")
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "cancelable" "Whether the dialog is cancelable" "Whether the dialog is cancelable" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/border-average/border-average" 1609190423
|
||
(proc-def "plug-in-borderaverage" 1
|
||
"Set foreground to the average color of the image border"
|
||
""
|
||
"Philipp Klaus"
|
||
"Internet Access AG"
|
||
"1998"
|
||
"_Border Average..."
|
||
1
|
||
(menu-path "<Image>/Colors/Info")
|
||
(icon icon-name -1 "")
|
||
"RGB*"
|
||
5 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "thickness" "Border size to take in count" "Border size to take in count" 3 0 2147483647 3)
|
||
(proc-arg 1 "GParamInt" "gint" "bucket-exponent" "Bits for bucket size (default=4: 16 Levels)" "Bits for bucket size (default=4: 16 Levels)" 3 0 2147483647 4)
|
||
(proc-arg 7 "GimpParamRGB" "GimpRGB" "borderaverage" "The average color of the specified border." "The average color of the specified border." 3 1 0 0 0 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/blinds/blinds" 1609190423
|
||
(proc-def "plug-in-blinds" 1
|
||
"Simulate an image painted on window blinds"
|
||
"More here later"
|
||
"Andy Thomas"
|
||
"Andy Thomas"
|
||
"1997"
|
||
"_Blinds..."
|
||
1
|
||
(menu-path "<Image>/Filters/Distorts")
|
||
(icon icon-name -1 "")
|
||
"RGB*, GRAY*"
|
||
7 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 1 "GParamInt" "gint" "angle-displacement" "Angle displacement" "Angle of Displacement" 3 0 360 30)
|
||
(proc-arg 1 "GParamInt" "gint" "num-segments" "Num segments" "Number of segments in blinds" 3 1 1024 3)
|
||
(proc-arg 3 "GParamEnum" "GimpOrientationType" "orientation" "Orientation" "The orientation" 3 0)
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "bg-transparent" "BG transparent" "Background transparent" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/benchmark-foreground-extract/benchmark-foreground-extract.py" 1609190423
|
||
(proc-def "python-fu-benchmark-foreground-extract" 1
|
||
"Benchmark and regression test for Foreground Extraction"
|
||
"\n This is a from-scratch implementation of the benchmark proposed in\n \"GrabCut\": interactive foreground extraction using iterated graph\n cuts published in the Proceedings of the 2004 SIGGRAPH Conference.\n\n No guarantee is made that this benchmark produces the same results\n as the cited benchmark but the goal is that it does. So if you find\n any bugs or inaccuracies in this code, please let us know.\n\n The benchmark has been adapted work with the MATTING algorithm,\n which is (currently) the only\n implementation of gimp_drawable_foreground_extract(). If other\n implementations are being added, this benchmark should be changed\n accordingly.\n\n You will need a set of test images to run this benchmark, preferably\n the original set of 50 images. Some of these images are from the\n Berkeley Segmentation Dataset\n http://www.cs.berkeley.edu/projects/vision/grouping/segbench/ .\n See http://www.siox.org/details.html to download trimaps.\n See https://web.archive.org/web/20050209123253/http://research.microsoft.com/vision/cambridge/segmentation/\n and download the \"Labelling - Lasso\" file.\n"
|
||
"Sven Neumann"
|
||
"Sven Neumann"
|
||
"2005"
|
||
"Foreground Extraction"
|
||
1
|
||
(menu-path "<Image>/Filters/Extensions/Benchmark")
|
||
(icon icon-name -1 "")
|
||
""
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 6 "GParamString" "gchararray" "image-folder" "Image Folder" "Image Folder" 3 "~/segmentation/msbench/imagedata")
|
||
(proc-arg 4 "GParamBoolean" "gboolean" "save-output" "Save output images" "Save output images" 3 0))
|
||
(locale-def "gimp30-python" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/animation-play/animation-play" 1609190423
|
||
(proc-def "plug-in-animationplay" 1
|
||
"Preview a GIMP layer-based animation"
|
||
""
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"1997, 1998..."
|
||
"_Playback..."
|
||
1
|
||
(menu-path "<Image>/Filters/Animation/")
|
||
(icon icon-name -1 "media-playback-start")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/animation-optimize/animation-optimize" 1609190423
|
||
(proc-def "plug-in-animationoptimize" 1
|
||
"Modify image to reduce size when saved as GIF animation"
|
||
"This procedure applies various optimizations to a GIMP layer-based animation in an attempt to reduce the final file size. If a frame of theanimation can use the 'combine' mode, this procedure attempts to maximize the number of ajdacent pixels having the same color, whichimproves the compression for some image formats such as GIF or MNG."
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"1997-2003"
|
||
"Optimize (for _GIF)"
|
||
1
|
||
(menu-path "<Image>/Filters/Animation")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "result" "Result" "Resultimg image" 3 0))
|
||
(proc-def "plug-in-animationoptimize-diff" 1
|
||
"Reduce file size where combining layers is possible"
|
||
"This procedure applies various optimizations to a GIMP layer-based animation in an attempt to reduce the final file size. If a frame of the animation can use the 'combine' mode, this procedure uses a simple difference between the frames."
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"1997-2003"
|
||
"_Optimize (Difference)"
|
||
1
|
||
(menu-path "<Image>/Filters/Animation")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "result" "Result" "Resultimg image" 3 0))
|
||
(proc-def "plug-in-animationunoptimize" 1
|
||
"Remove optimization to make editing easier"
|
||
"This procedure 'simplifies' a GIMP layer-based animation that has been optimized for animation. This makes editing the animation much easier."
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"Adam D. Moss <adam@gimp.org>"
|
||
"1997-2003"
|
||
"_Unoptimize"
|
||
1
|
||
(menu-path "<Image>/Filters/Animation")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 1
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "result" "Result" "Resultimg image" 3 0)))
|
||
(plug-in-def "${gimp_plug_in_dir}/plug-ins/align-layers/align-layers" 1609190423
|
||
(proc-def "plug-in-align-layers" 1
|
||
"Align all visible layers of the image"
|
||
"Align visible layers"
|
||
"Shuji Narazaki <narazaki@InetQ.or.jp>"
|
||
"Shuji Narazaki"
|
||
"1997"
|
||
"Align Visi_ble Layers..."
|
||
1
|
||
(menu-path "<Image>/Image/Arrange")
|
||
(icon icon-name -1 "")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/extensions/org.gimp.extension.goat-exercises/goat-exercise-vala" 1609190423
|
||
(proc-def "plug-in-goat-exercise-vala" 1
|
||
"Exercise a goat in the Vala language"
|
||
"Takes a goat for a walk in Vala"
|
||
"Niels De Graef"
|
||
"Niels De Graef"
|
||
"2020"
|
||
"Exercise a Vala goat"
|
||
1
|
||
(menu-path "<Image>/Filters/Development/Goat exercises/")
|
||
(icon icon-name -1 "gimp-gegl")
|
||
"RGB*, INDEXED*, GRAY*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
(plug-in-def "${gimp_plug_in_dir}/extensions/org.gimp.extension.goat-exercises/goat-exercise-py3.py" 1609190423
|
||
(proc-def "plug-in-goat-exercise-python" 1
|
||
"Exercise a goat in the Python 3 language"
|
||
"Takes a goat for a walk in Python 3"
|
||
"Jehan"
|
||
"Jehan"
|
||
"2019"
|
||
"Exercise a goat and a python"
|
||
1
|
||
(menu-path "<Image>/Filters/Development/Goat exercises/")
|
||
(icon icon-name -1 "gimp-gegl")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1))
|
||
(locale-def "gimp30-std-plug-ins" "${gimp_installation_dir}/share/locale"))
|
||
(plug-in-def "${gimp_plug_in_dir}/extensions/org.gimp.extension.goat-exercises/goat-exercise-c" 1609190423
|
||
(proc-def "plug-in-goat-exercise-c" 1
|
||
"Exercise a goat in the C language"
|
||
"Takes a goat for a walk"
|
||
"Øyvind Kolås <pippin@gimp.org>"
|
||
"Øyvind Kolås <pippin@gimp.org>"
|
||
"21 march 2012"
|
||
"Exercise in _C minor"
|
||
1
|
||
(menu-path "<Image>/Filters/Development/Goat exercises/")
|
||
(icon icon-name -1 "gimp-gegl")
|
||
"*"
|
||
3 0
|
||
(proc-arg 3 "GParamEnum" "GimpRunMode" "run-mode" "Run mode" "The run mode" 3 1)
|
||
(proc-arg 8 "GimpParamImage" "GimpImage" "image" "Image" "The input image" 3 0)
|
||
(proc-arg 8 "GimpParamDrawable" "GimpDrawable" "drawable" "Drawable" "The input drawable" 3 1)))
|
||
|
||
# end of pluginrc
|