(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/AlienMap" 909392470
             (proc-def "plug_in_alienmap" 1
                       "AlienMap Color Transformation Plug-In"
                       "No help yet. Just try it and you'll see!"
                       "Daniel Cotting (cotting@mygale.org, http://www.mygale.org/~cotting)"
                       "Daniel Cotting (cotting@mygale.org, http://www.mygale.org/~cotting)"
                       "1th May 1997"
                       "<Image>/Filters/Colors/Alien Map"
                       ""
                       ""
                       ""
                       "RGB*"
                       9 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 2 "redstretch""Red component stretching factor (0-128)")
                       (proc-arg 2 "greenstretch""Green component stretching factor (0-128)")
                       (proc-arg 2 "bluestretch""Blue component stretching factor (0-128)")
                       (proc-arg 2 "redmode""Red application mode (0:SIN;1:COS;2:NONE)")
                       (proc-arg 2 "greenmode""Green application mode (0:SIN;1:COS;2:NONE)")
                       (proc-arg 2 "bluemode""Blue application mode (0:SIN;1:COS;2:NONE)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/CEL" 909392470
             (proc-def "file_cel_save" 1
                       "Saves files in KISS CEL file format"
                       "This plug-in saves individual KISS cell files."
                       "Nick Lamb"
                       "Nick Lamb <njl195@zepler.org.uk>"
                       "May 1998"
                       "<Save>/CEL"
                       "cel"
                       ""
                       ""
                       "INDEXEDA"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""Filename to save image to")
                       (proc-arg 4 "raw_filename""Name entered")
                       (proc-arg 4 "palette_filename""Filename to save palette to"))
             (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"
                       "<Load>/CEL"
                       "cel"
                       ""
                       "0,string,KiSS "
                       ""
                       4 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""Filename to load image from")
                       (proc-arg 4 "raw_filename""Name entered")
                       (proc-arg 4 "palette_filename""Filename to load palette from")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/CML_explorer" 909392471
             (proc-def "plug_in_CML_explorer" 1
                       "Make an image of Coupled-Map Lattice"
                       "Make an image of Coupled-Map Lattice (CML). CML is a kind of Cellula Automata on continuous (value) domain. In RUN_NONINTERACTIVE, the name of a prameter 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"
                       "<Image>/Filters/Render/CML explorer"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (not used)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 4 "parameter_file_name""the name of paremter file. CML_explorer makes an image with its settings.")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/MapObject" 909392471
             (proc-def "plug_in_map_object" 1
                       "Maps a picture to a object (plane, sphere)"
                       "No help yet"
                       "Tom Bech & Federico Mena Quintero"
                       "Tom Bech & Federico Mena Quintero"
                       "Version 1.00, March 15 1998"
                       "<Image>/Filters/Map/Map Object"
                       ""
                       ""
                       ""
                       "RGB*"
                       37 0
                       (proc-arg 0 "run_mode""Interactive (0), non-interactive (1)")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "maptype""Type of mapping (0=plane,1=sphere)")
                       (proc-arg 3 "viewpoint_x""Position of viewpoint (x,y,z)")
                       (proc-arg 3 "viewpoint_y""Position of viewpoint (x,y,z)")
                       (proc-arg 3 "viewpoint_z""Position of viewpoint (x,y,z)")
                       (proc-arg 3 "position_x""Object position (x,y,z)")
                       (proc-arg 3 "position_y""Object position (x,y,z)")
                       (proc-arg 3 "position_z""Object position (x,y,z)")
                       (proc-arg 3 "firstaxis_x""First axis of object [x,y,z]")
                       (proc-arg 3 "firstaxis_y""First axis of object [x,y,z]")
                       (proc-arg 3 "firstaxis_z""First axis of object [x,y,z]")
                       (proc-arg 3 "secondaxis_x""Second axis of object [x,y,z]")
                       (proc-arg 3 "secondaxis_y""Second axis of object [x,y,z]")
                       (proc-arg 3 "secondaxis_z""Second axis of object [x,y,z]")
                       (proc-arg 3 "rotationangle_x""Axis rotation (xy,xz,yz) in degrees")
                       (proc-arg 3 "rotationangle_y""Axis rotation (xy,xz,yz) in degrees")
                       (proc-arg 3 "rotationangle_z""Axis rotation (xy,xz,yz) in degrees")
                       (proc-arg 0 "lighttype""Type of lightsource (0=point,1=directional,3=none)")
                       (proc-arg 10 "lightcolor""Lightsource color (r,g,b)")
                       (proc-arg 3 "lightposition_x""Lightsource position (x,y,z)")
                       (proc-arg 3 "lightposition_y""Lightsource position (x,y,z)")
                       (proc-arg 3 "lightposition_z""Lightsource position (x,y,z)")
                       (proc-arg 3 "lightdirection_x""Lightsource direction [x,y,z]")
                       (proc-arg 3 "lightdirection_y""Lightsource direction [x,y,z]")
                       (proc-arg 3 "lightdirection_z""Lightsource direction [x,y,z]")
                       (proc-arg 3 "ambient_intensity""Material ambient intensity (0..1)")
                       (proc-arg 3 "diffuse_intensity""Material diffuse intensity (0..1)")
                       (proc-arg 3 "diffuse_reflectivity""Material diffuse reflectivity (0..1)")
                       (proc-arg 3 "specular_reflectivity""Material specular reflectivity (0..1)")
                       (proc-arg 3 "highlight""Material highlight (0..->), note: it's expotential")
                       (proc-arg 0 "antialiasing""Apply antialiasing (TRUE/FALSE)")
                       (proc-arg 0 "tiled""Tile source image (TRUE/FALSE)")
                       (proc-arg 0 "newimage""Create a new image (TRUE/FALSE)")
                       (proc-arg 0 "transparentbackground""Make background transparent (TRUE/FALSE)")
                       (proc-arg 3 "radius""Sphere radius (only used when maptype=1)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/align_layers" 909392473
             (proc-def "plug_in_align_layers" 1
                       "Align visible layers"
                       "align visible layers"
                       "Shuji Narazaki <narazaki@InetQ.or.jp>"
                       "Shuji Narazaki"
                       "1997"
                       "<Image>/Layers/Align Visible Layers"
                       ""
                       ""
                       ""
                       "RGB*,GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable (not used)")
                       (proc-arg 0 "link-afteer-alignment""Link the visible layers after alignment")
                       (proc-arg 0 "use-bottom""use the bottom layer as the base of alignment")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/animationplay" 909392475
             (proc-def "plug_in_animationplay" 1
                       "This plugin allows you to preview a GIMP layer-based animation."
                       ""
                       "Adam D. Moss <adam@gimp.org>"
                       "Adam D. Moss <adam@gimp.org>"
                       "1997, 1998..."
                       "<Image>/Filters/Animation/Animation Playback"
                       ""
                       ""
                       ""
                       "RGB*, INDEXED*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable (unused)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/animoptimize" 909392473
             (proc-def "plug_in_animationunoptimize" 1
                       "This plugin 'simplifies' a GIMP layer-based animation that has been AnimationOptimized.  This makes the animation much easier to work with if, for example, the optimized version is all you have."
                       ""
                       "Adam D. Moss <adam@gimp.org>"
                       "Adam D. Moss <adam@gimp.org>"
                       "1997-98"
                       "<Image>/Filters/Animation/Animation UnOptimize"
                       ""
                       ""
                       ""
                       "RGB*, INDEXED*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable (unused)"))
             (proc-def "plug_in_animationoptimize" 1
                       "This plugin applies various optimizations to a GIMP layer-based animation."
                       ""
                       "Adam D. Moss <adam@gimp.org>"
                       "Adam D. Moss <adam@gimp.org>"
                       "1997-98"
                       "<Image>/Filters/Animation/Animation Optimize"
                       ""
                       ""
                       ""
                       "RGB*, INDEXED*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable (unused)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/apply_lens" 909392474
             (proc-def "plug_in_applylens" 1
                       "Apply a lens effect"
                       "This plug-in uses Snell's law to draw an ellipsoid lens over the image"
                       "Morten Eriksen"
                       "Morten Eriksen"
                       "1997"
                       "<Image>/Filters/Glass Effects/Apply Lens"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "refraction""Lens refraction index")
                       (proc-arg 0 "keep_surroundings""Keep lens surroundings")
                       (proc-arg 0 "set_background""Set lens surroundings to bkgr value")
                       (proc-arg 0 "set_transparent""Set lens surroundings transparent")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/autocrop" 909392474
             (proc-def "plug_in_autocrop" 1
                       "Automagically crops a picture."
                       ""
                       "Tim Newsome"
                       "Tim Newsome"
                       "1997"
                       "<Image>/Image/Transforms/Autocrop"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/autostretch_hsv" 909392475
             (proc-def "plug_in_autostretch_hsv" 1
                       "Automatically stretch the contrast of the specified drawable to cover all possible ranges."
                       "This simple plug-in does an automatic contrast stretch.  For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range.  For some images it may do just what you want; for others it may be total crap :).  This version differs from Contrast Autostretch in that it works in HSV space, and preserves hue."
                       "Scott Goehring and Federico Mena Quintero"
                       "Scott Goehring and Federico Mena Quintero"
                       "1997"
                       "<Image>/Image/Colors/Auto-Stretch HSV"
                       ""
                       ""
                       ""
                       "RGB*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/blinds" 909392476
             (proc-def "plug_in_blinds" 1
                       "Adds a blinds effect to the image. Rather like putting the image on a set of window blinds and the closing or opening the blinds"
                       "More here later"
                       "Andy Thomas"
                       "Andy Thomas"
                       "1997"
                       "<Image>/Filters/Distorts/Blinds"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "angle_dsp""Angle of Displacement ")
                       (proc-arg 0 "number_of_segments""Number of segments in blinds")
                       (proc-arg 0 "orientation""orientation; 0 = Horizontal, 1 = Vertical")
                       (proc-arg 0 "backgndg_trans""background transparent; FALSE,TRUE")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/blur" 909392476
             (proc-def "plug_in_blur" 1
                       "Apply a 3x3 blurring convolution kernel to the specified drawable."
                       "This function randomly blurs the specified drawable, using a 3x3 blur.  The type and percentage are user selectable.  Blurring is not supported for indexed images."
                       "Miles O'Neal  <meo@rru.com>  http://www.rru.com/~meo/"
                       "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting"
                       "1995-1998"
                       ""
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable"))
             (proc-def "plug_in_blur_randomize" 1
                       "Apply a 3x3 blurring convolution kernel to the specified drawable."
                       "This function randomly blurs the specified drawable, using a 3x3 blur.  The type and percentage are user selectable.  Blurring is not supported for indexed images."
                       "Miles O'Neal  <meo@rru.com>  http://www.rru.com/~meo/"
                       "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting"
                       "1995-1998"
                       "<Image>/Filters/Blur/Blur"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "blur_pct""Randomization percentage (1 - 100)")
                       (proc-arg 3 "blur_rcount""Repeat count(1 - 100)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/bmp" 909392477
             (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"
                       "<Save>/BMP"
                       "bmp"
                       ""
                       ""
                       "INDEXED*, GRAY*, RGB*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name entered"))
             (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"
                       "<Load>/BMP"
                       "bmp"
                       ""
                       "0,string,BM"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/bumpmap" 909392478
             (proc-def "plug_in_bump_map" 1
                       "Create an embossing effect using an image as a bump map"
                       "This plug-in uses the algorithm described by John Schlag, \"Fast Embossing Effects on Raster Image Data\" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a grayscale image to be applied as a bump map to another image and produces a nice embossing effect."
                       "Federico Mena Quintero and Jens Lautenbacher"
                       "Federico Mena Quintero and Jens Lautenbacher"
                       "August 1997, 2.04"
                       "<Image>/Filters/Map/Bump Map"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       14 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 16 "bumpmap""Bump map drawable")
                       (proc-arg 3 "azimuth""Azimuth")
                       (proc-arg 3 "elevation""Elevation")
                       (proc-arg 0 "depth""Depth")
                       (proc-arg 0 "xofs""X offset")
                       (proc-arg 0 "yofs""Y offset")
                       (proc-arg 0 "waterlevel""Level that full transparency should represent")
                       (proc-arg 0 "ambient""Ambient lighting factor")
                       (proc-arg 0 "compensate""Compensate for darkening")
                       (proc-arg 0 "invert""Invert bumpmap")
                       (proc-arg 0 "type""Type of map (LINEAR (0), SPHERICAL (1), SINUOSIDAL (2))")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/bz2" 909392478
             (proc-def "file_bz2_save" 1
                       "saves files compressed with bzip2"
                       "You need to have bzip2 installed"
                       "Daniel Risacher"
                       "Daniel Risacher, Spencer Kimball and Peter Mattis"
                       "1995-1997"
                       "<Save>/bzip2"
                       "xcf.bz2,bz2,xcfbz2"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in"))
             (proc-def "file_bz2_load" 1
                       "loads files compressed with bzip2"
                       "You need to have bzip2 installed."
                       "Daniel Risacher"
                       "Daniel Risacher, Spencer Kimball and Peter Mattis"
                       "1995-1997"
                       "<Load>/bzip2"
                       "xcf.bz2,bz2,xcfbz2"
                       ""
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/c_astretch" 909392479
             (proc-def "plug_in_c_astretch" 1
                       "Automatically stretch the contrast of the specified drawable to cover all possible ranges."
                       "This simple plug-in does an automatic contrast stretch.  For each channel in the image, it finds the minimum and maximum values... it uses those values to stretch the individual histograms to the full contrast range.  For some images it may do just what you want; for others it may be total crap :)"
                       "Federico Mena Quintero"
                       "Federico Mena Quintero"
                       "1996"
                       "<Image>/Image/Colors/Auto-Stretch Contrast"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/checkerboard" 909392479
             (proc-def "plug_in_checkerboard" 1
                       "Adds a checkerboard pattern to an image"
                       "More here later"
                       "Brent Burton & the Edward Blevins"
                       "Brent Burton & the Edward Blevins"
                       "1997"
                       "<Image>/Filters/Render/Checkerboard"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "check_mode""Regular or Physcobilly")
                       (proc-arg 0 "check_size""Size of the checks")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/colorify" 909392480
             (proc-def "plug_in_colorify" 1
                       "Similar to the \"Color\" mode for layers."
                       "Makes an average of the RGB channels and uses it to set the color"
                       "Francisco Bustamante"
                       "Francisco Bustamante"
                       "0.0.1"
                       "<Image>/Filters/Colors/Colorify"
                       ""
                       ""
                       ""
                       "RGB"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 10 "color""Color to apply")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/compose" 909392480
             (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 (pkirchg@aol.com)"
                       "1998"
                       ""
                       ""
                       ""
                       ""
                       "GRAY*"
                       7 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image1""First input image (not used)")
                       (proc-arg 16 "drawable1""First input drawable")
                       (proc-arg 16 "drawable2""Second input drawable")
                       (proc-arg 16 "drawable3""Third input drawable")
                       (proc-arg 16 "drawable4""Fourth input drawable")
                       (proc-arg 4 "compose_type""What to compose: RGB, RGBA, HSV, CMY, CMYK")
                       (proc-arg 13 "new_image""Output image"))
             (proc-def "plug_in_compose" 1
                       "Compose an image from multiple gray images"
                       "This function creates a new image from multiple gray images"
                       "Peter Kirchgessner"
                       "Peter Kirchgessner (pkirchg@aol.com)"
                       "1997"
                       "<Image>/Image/Channel Ops/Compose"
                       ""
                       ""
                       ""
                       "GRAY*"
                       7 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image1""First input image")
                       (proc-arg 16 "drawable""Input drawable (not used)")
                       (proc-arg 13 "image2""Second input image")
                       (proc-arg 13 "image3""Third input image")
                       (proc-arg 13 "image4""Fourth input image")
                       (proc-arg 4 "compose_type""What to compose: RGB, RGBA, HSV, CMY, CMYK")
                       (proc-arg 13 "new_image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/convmatrix" 909392481
             (proc-def "plug_in_convmatrix" 1
                       "A generic 5x5 convolution matrix"
                       ""
                       "Lauri Alanko"
                       "Lauri Alanko"
                       "1997"
                       "<Image>/Filters/Generic/Convolution Matrix"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/cubism" 909392481
             (proc-def "plug_in_cubism" 1
                       "Convert the input drawable into a collection of rotated squares"
                       "Help not yet written for this plug-in"
                       "Spencer Kimball & Tracy Scott"
                       "Spencer Kimball & Tracy Scott"
                       "1996"
                       "<Image>/Filters/Artistic/Cubism"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "tile_size""Average diameter of each tile (in pixels)")
                       (proc-arg 3 "tile_saturation""Expand tiles by this amount")
                       (proc-arg 0 "bg_color""Background color: { BLACK (0), BG (1) }")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/dbbrowser" 909392463
             (proc-def "extension_db_browser" 2
                       "list available procedures in the PDB"
                       ""
                       "Thomas Noel"
                       "Thomas Noel"
                       "23th june 1997"
                       "<Toolbox>/Xtns/DB Browser"
                       ""
                       ""
                       ""
                       ""
                       1 0
                       (proc-arg 0 "run_mode""Interactive, [non-interactive]")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/decompose" 909392482
             (proc-def "plug_in_decompose" 1
                       "Decompose an image into different types of channels"
                       "This function creates new gray images with different channel information in each of them"
                       "Peter Kirchgessner"
                       "Peter Kirchgessner (pkirchg@aol.com)"
                       "1997"
                       "<Image>/Image/Channel Ops/Decompose"
                       ""
                       ""
                       ""
                       "RGB*"
                       4 4
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 4 "decompose_type""What to decompose: RGB, Red, Green, Blue, HSV, Hue, Saturation, Value, CMY, Cyan, Magenta, Yellow, CMYK, Cyan_K, Magenta_K, Yellow_K, Alpha")
                       (proc-arg 13 "new_image""Output gray image")
                       (proc-arg 13 "new_image""Output gray image (N/A for single channel extract)")
                       (proc-arg 13 "new_image""Output gray image (N/A for single channel extract)")
                       (proc-arg 13 "new_image""Output gray image (N/A for single channel extract)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/deinterlace" 909392482
             (proc-def "plug_in_deinterlace" 1
                       "Deinterlace"
                       "Deinterlace is useful for processing images from video capture cards. When only the odd or even fields get captured, deinterlace can be used to interpolate between the existing fields to correct this."
                       "Andrew Kieschnick"
                       "Andrew Kieschnick"
                       "1997"
                       "<Image>/Filters/Enhance/Deinterlace"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "evenodd""0 = keep odd, 1 = keep even")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/depthmerge" 909392483
             (proc-def "plug_in_depth_merge" 1
                       "Combine two images using corresponding depth maps (z-buffers)"
                       "Taking as input two full-colour, 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"
                       "1.0.0; 14 August 1998"
                       "<Image>/Filters/Combine/Depth Merge"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       11 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "result""Result")
                       (proc-arg 16 "source1""Source 1")
                       (proc-arg 16 "source2""Source 2")
                       (proc-arg 16 "depthMap1""Depth map 1")
                       (proc-arg 16 "depthMap2""Depth map 2")
                       (proc-arg 3 "overlap""Overlap")
                       (proc-arg 3 "offset""Depth relative offset")
                       (proc-arg 3 "scale1""Depth relative scale 1")
                       (proc-arg 3 "scale2""Depth relative scale 2")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/despeckle" 909392484
             (proc-def "plug_in_despeckle" 1
                       "Despeckle filter, typically used to 'despeckle' a photographic 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"
                       "1.3.2 - 17 May 1998"
                       "<Image>/Filters/Enhance/Despeckle"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "radius""Filter box radius (default = 3)")
                       (proc-arg 0 "type""Filter type (0 = median, 1 = adaptive, 2 = recursive-median, 3 = recursive-adaptive)")
                       (proc-arg 0 "black""Black level (0 to 255)")
                       (proc-arg 0 "white""White level (0 to 255)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/destripe" 909392484
             (proc-def "plug_in_destripe" 1
                       "Destripe filter, used to remove vertical stripes caused by cheap scanners."
                       "This plug-in tries to remove vertical stripes from an image."
                       "Marc Lehmann <pcg@goof.com>"
                       "Marc Lehmann <pcg@goof.com>"
                       "0.2"
                       "<Image>/Filters/Enhance/Destripe"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "avg_width""Averaging filter width (default = 36)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/diffraction" 909392485
             (proc-def "plug_in_diffraction" 1
                       "Generate diffraction patterns"
                       "Help?  What help?  Real men do not need help :-)"
                       "Federico Mena Quintero"
                       "Federico Mena Quintero & David Bleecker"
                       "April 1997, 0.5"
                       "<Image>/Filters/Render/Diffraction Patterns"
                       ""
                       ""
                       ""
                       "RGB*"
                       15 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "lam_r""Light frequency (red)")
                       (proc-arg 3 "lam_g""Light frequency (green)")
                       (proc-arg 3 "lam_b""Light frequency (blue)")
                       (proc-arg 3 "contour_r""Number of contours (red)")
                       (proc-arg 3 "contour_g""Number of contours (green)")
                       (proc-arg 3 "contour_b""Number of contours (blue)")
                       (proc-arg 3 "edges_r""Number of sharp edges (red)")
                       (proc-arg 3 "edges_g""Number of sharp edges (green)")
                       (proc-arg 3 "edges_b""Number of sharp edges (blue)")
                       (proc-arg 3 "brightness""Brightness and shifting/fattening of contours")
                       (proc-arg 3 "scattering""Scattering (Speed vs. quality)")
                       (proc-arg 3 "polarization""Polarization")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/displace" 909392485
             (proc-def "plug_in_displace" 1
                       "Displace the contents of the specified drawable"
                       "Displaces the contents of the specified drawable by the amounts specified by 'amount_x' and 'amount_y' multiplied by the intensity of corresponding pixels in the 'displace_map' drawables.  Both 'displace_map' drawables must be of type GRAY_IMAGE for this operation to succeed."
                       "Stephen Robert Norris & (ported to 1.0 by) Spencer Kimball"
                       "Stephen Robert Norris"
                       "1996"
                       "<Image>/Filters/Map/Displace"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       10 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "amount_x""Displace multiplier for X direction")
                       (proc-arg 3 "amount_y""Displace multiplier for Y direction")
                       (proc-arg 0 "do_x""Displace in X direction?")
                       (proc-arg 0 "do_y""Displace in Y direction?")
                       (proc-arg 16 "displace_map_x""Displacement map for X direction")
                       (proc-arg 16 "displace_map_y""Displacement map for Y direction")
                       (proc-arg 0 "displace_type""Edge behavior: { WRAP (0), SMEAR (1), BLACK (2) }")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/edge" 909392486
             (proc-def "plug_in_edge" 1
                       "Perform edge detection on the contents of the specified drawable"
                       " Perform edge detection on the contents of the specified drawable. It applies, I think, convolusion with 3x3 kernel. AMOUNT is an arbitrary constant, WRAPMODE is like displace plug-in (useful for tilable image)."
                       "Peter Mattis & (ported to 1.0 by) Eiichi Takamori"
                       "Peter Mattis"
                       "1996"
                       "<Image>/Filters/Edge-Detect/Edge"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "amount""Edge detection amount")
                       (proc-arg 0 "wrapmode""Edge detection behavior: { WRAP (0), SMEAR (1), BLACK (2) }")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/emboss" 909392486
             (proc-def "plug_in_emboss" 1
                       "Emboss filter"
                       "Emboss or Bumpmap the given drawable, specifying the angle and elevation for the light source."
                       "Eric L. Hernes, John Schlag"
                       "Eric L. Hernes"
                       "1997"
                       "<Image>/Filters/Distorts/Emboss"
                       ""
                       ""
                       ""
                       "RGB"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "img""The Image")
                       (proc-arg 16 "drw""The Drawable")
                       (proc-arg 3 "azimuth""The Light Angle (degrees)")
                       (proc-arg 3 "elevation""The Elevation Angle (degrees)")
                       (proc-arg 0 "depth""The Filter Width")
                       (proc-arg 0 "embossp""Emboss or Bumpmap")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/engrave" 909392487
             (proc-def "plug_in_engrave" 1
                       "Engrave the contents of the specified drawable"
                       "Creates a black-and-white 'engraved' version of an image as seen in old illustrations"
                       "Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen"
                       "Spencer Kimball & Peter Mattis, Eiichi Takamori, Torsten Martinsen"
                       "1995,1996,1997"
                       "<Image>/Filters/Distorts/Engrave"
                       ""
                       ""
                       ""
                       "RGBA, GRAYA"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "height""Resolution in pixels")
                       (proc-arg 0 "limit""If true, limit line width")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/exchange" 909392488
             (proc-def "plug_in_exchange" 1
                       "Color exchange"
                       "Exchange one color with another, optionally setting a threshold to convert from one shade to another"
                       "robert@experimental.net"
                       "robert@experimental.net"
                       "June 17th, 1997"
                       "<Image>/Filters/Colors/Color Exchange"
                       ""
                       ""
                       ""
                       "RGB*"
                       10 0
                       (proc-arg 0 "run_mode""Interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 2 "fromred""Red value (from)")
                       (proc-arg 2 "fromgreen""Green value (from)")
                       (proc-arg 2 "fromblue""Blue value (from)")
                       (proc-arg 2 "tored""Red value (to)")
                       (proc-arg 2 "togreen""Green value (to)")
                       (proc-arg 2 "toblue""Blue value (to)")
                       (proc-arg 2 "threshold""Threshold")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/faxg3" 909392488
             (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"
                       "0.6"
                       "<Load>/Fax G3"
                       "g3"
                       ""
                       "0,short,0x0001,0,short,0x0014"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/film" 909392489
             (proc-def "plug_in_film" 1
                       "Compose several images to a roll film"
                       "Compose several images to a roll film"
                       "Peter Kirchgessner"
                       "Peter Kirchgessner (pkirchg@aol.com)"
                       "1997"
                       "<Image>/Filters/Combine/Film"
                       ""
                       ""
                       ""
                       "INDEXED*, GRAY*, RGB*"
                       12 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (only used as default image in interactive mode)")
                       (proc-arg 16 "drawable""Input drawable (not used)")
                       (proc-arg 0 "film_height""Height of film (0: fit to images)")
                       (proc-arg 10 "film_color""Color of the film")
                       (proc-arg 0 "number_start""Start index for numbering")
                       (proc-arg 4 "number_fontf""Font family for drawing numbers")
                       (proc-arg 10 "number_color""Color for numbers")
                       (proc-arg 0 "at_top""Flag for drawing numbers at top of film")
                       (proc-arg 0 "at_bottom""Flag for drawing numbers at bottom of film")
                       (proc-arg 0 "num_images""Number of images to be used for film")
                       (proc-arg 5 "image_ids""num_images image IDs to be used for film")
                       (proc-arg 13 "new_image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/fits" 909392489
             (proc-def "file_fits_save" 1
                       "save file in the FITS file format"
                       "FITS saving handles all image types except those with alpha channels."
                       "Peter Kirchgessner"
                       "Peter Kirchgessner (pkirchg@aol.com)"
                       "1997"
                       "<Save>/FITS"
                       "fit,fits"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in"))
             (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 (pkirchg@aol.com)"
                       "1997"
                       "<Load>/FITS"
                       "fit,fits"
                       ""
                       "0,string,SIMPLE"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/flame" 909392490
             (proc-def "plug_in_flame" 1
                       "cosmic recursive fractal flames"
                       "use Smooth Palette to make colormaps"
                       "Scott Draves"
                       "Scott Draves"
                       "1997"
                       "<Image>/Filters/Render/Flame"
                       ""
                       ""
                       ""
                       "RGB*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/flarefx" 909392490
             (proc-def "plug_in_flarefx" 1
                       "Add lens flare effetcs"
                       "More here later"
                       "Karl-Johan Andersson"
                       "Karl-Johan Andersson"
                       "1998"
                       "<Image>/Filters/Light Effects/FlareFX"
                       ""
                       ""
                       ""
                       "RGB*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "posx""X-position")
                       (proc-arg 0 "posy""Y-position")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/fractaltrace" 909392491
             (proc-def "plug_in_fractal_trace" 1
                       "transform image with the Mandelbrot Fractal"
                       "transform image with the Mandelbrot Fractal"
                       "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>"
                       "Copyright (C) 1997 Hirotsuna Mizuno"
                       "v0.4 test version (Dec. 25 1997)"
                       "<Image>/Filters/Map/Fractal Trace"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       9 0
                       (proc-arg 0 "run_mode""interactive / non-interactive")
                       (proc-arg 13 "image""input image (not used)")
                       (proc-arg 16 "drawable""input drawable")
                       (proc-arg 3 "xmin""xmin fractal image delimiter")
                       (proc-arg 3 "xmax""xmax fractal image delimiter")
                       (proc-arg 3 "ymin""ymin fractal image delimiter")
                       (proc-arg 3 "ymax""ymax fractal image delimiter")
                       (proc-arg 0 "depth""trace depth")
                       (proc-arg 0 "outside_type""outside type(0=WRAP/1=TRANS/2=BLACK/3=WHITE)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gauss_iir" 909392491
             (proc-def "plug_in_gauss_iir" 1
                       "Applies a gaussian blur to the specified drawable."
                       "Applies a gaussian blur to the drawable, with specified radius of affect.  The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius.  Horizontal and vertical blurring can be independently invoked by specifying only one to run.  The IIR gaussian blurring works best for large radius values and for images which are not computer-generated.  Values for radius less than 1.0 are invalid as they will generate spurious results."
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1995-1996"
                       "<Image>/Filters/Blur/Gaussian Blur (IIR)"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "radius""Radius of gaussian blur (in pixels > 1.0)")
                       (proc-arg 0 "horizontal""Blur in horizontal direction")
                       (proc-arg 0 "vertical""Blur in vertical direction")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gauss_rle" 909392492
             (proc-def "plug_in_gauss_rle" 1
                       "Applies a gaussian blur to the specified drawable."
                       "Applies a gaussian blur to the drawable, with specified radius of affect.  The standard deviation of the normal distribution used to modify pixel values is calculated based on the supplied radius.  Horizontal and vertical blurring can be independently invoked by specifying only one to run.  The RLE gaussian blurring performs most efficiently on computer-generated images or images with large areas of constant intensity.  Values for radii less than 1.0 are invalid as they will generate spurious results."
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1995-1996"
                       "<Image>/Filters/Blur/Gaussian Blur (RLE)"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "radius""Radius of gaussian blur (in pixels > 1.0)")
                       (proc-arg 0 "horizontal""Blur in horizontal direction")
                       (proc-arg 0 "vertical""Blur in vertical direction")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gbr" 909392493
             (proc-def "file_gbr_save" 1
                       "saves files in the .gbr file format"
                       "Yeah!"
                       "Tim Newsome"
                       "Tim Newsome"
                       "1997"
                       "<Save>/GBR"
                       "gbr"
                       ""
                       ""
                       "GRAY"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 0 "spacing""Spacing of the brush")
                       (proc-arg 4 "description""Short description of the brush"))
             (proc-def "file_gbr_load" 1
                       "loads files of the .gbr file format"
                       "FIXME: write help"
                       "Tim Newsome"
                       "Tim Newsome"
                       "1997"
                       "<Load>/GBR"
                       "gbr"
                       ""
                       "20,string,GIMP"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gee" 909392493
             (proc-def "plug_in_the_egg" 1
                       "A big hello from the GIMP team!"
                       ""
                       "Adam D. Moss <adam@gimp.org>"
                       "Adam D. Moss <adam@gimp.org>"
                       "1998"
                       ""
                       ""
                       ""
                       ""
                       "RGB*, INDEXED*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Always interactive")
                       (proc-arg 13 "image""Input Image")
                       (proc-arg 16 "drawable""Input Drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gfig" 909392494
             (proc-def "plug_in_gfig" 1
                       "Create Geometrical shapes with the Gimp"
                       "More here later"
                       "Andy Thomas"
                       "Andy Thomas"
                       "1997"
                       "<Image>/Filters/Render/Gfig"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "dummy""dummy")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gfli" 909392495
             (proc-def "file_fli_info" 2
                       "Get info about a Fli movie"
                       "This is a experimantal plug-in to handle FLI movies"
                       "Jens Ch. Restemeier"
                       "Jens Ch. Restemeier"
                       "1997"
                       ""
                       ""
                       ""
                       ""
                       ""
                       1 3
                       (proc-arg 4 "filename""The name of the file to get info")
                       (proc-arg 0 "width""Width of one frame")
                       (proc-arg 0 "height""Height of one frame")
                       (proc-arg 0 "frames""Number of Frames"))
             (proc-def "file_fli_save" 1
                       "save FLI-movies"
                       "This is an experimantal plug-in to handle FLI movies"
                       "Jens Ch. Restemeier"
                       "Jens Ch. Restemeier"
                       "1997"
                       "<Save>/FLI"
                       "fli"
                       ""
                       ""
                       "INDEXED,GRAY"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable (unused)")
                       (proc-arg 4 "filename""The name of the file to save")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 0 "from_frame""Save beginning from this frame")
                       (proc-arg 0 "to_frame""End saveing with this frame"))
             (proc-def "file_fli_load" 1
                       "load FLI-movies"
                       "This is an experimantal plug-in to handle FLI movies"
                       "Jens Ch. Restemeier"
                       "Jens Ch. Restemeier"
                       "1997"
                       "<Load>/FLI"
                       "fli"
                       ""
                       "4,byte,0x11,4,byte,0x12,5,byte,0xAF"
                       ""
                       5 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 0 "from_frame""Load beginning from this frame")
                       (proc-arg 0 "to_frame""End loading with this frame")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gicon" 909392495
             (proc-def "file_gicon_save" 1
                       "saves files in the .ico file format"
                       "FIXME: write help"
                       "Spencer Kimball"
                       "Spencer Kimball"
                       "1997"
                       "<Save>/GIcon"
                       "ico"
                       ""
                       ""
                       "GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 4 "icon_name""The name of the icon"))
             (proc-def "file_gicon_load" 1
                       "loads files of the .ico file format"
                       "FIXME: write help"
                       "Spencer Kimball"
                       "Spencer Kimball"
                       "1997"
                       "<Load>/GIcon"
                       "ico"
                       ""
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gif" 909392496
             (proc-def "file_gif_save" 1
                       "saves files in Compuserve GIF file format"
                       "FIXME: write help for gif_save"
                       "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
                       "Spencer Kimball, Peter Mattis, Adam Moss, David Koblas"
                       "1995-1997"
                       "<Save>/GIF"
                       "gif"
                       ""
                       ""
                       "INDEXED*"
                       9 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Image to save")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 0 "interlace""Save as interlaced")
                       (proc-arg 0 "loop""(animated gif) loop infinitely")
                       (proc-arg 0 "default_delay""(animated gif) Default delay between framese in milliseconds")
                       (proc-arg 0 "default_dispose""(animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)"))
             (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-1997"
                       "<Load>/GIF"
                       "gif"
                       ""
                       "0,string,GIF8"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/glasstile" 909392496
             (proc-def "plug_in_glasstile" 1
                       "Divide the image into square glassblocks"
                       "More here later"
                       "Karl-Johan Andersson"
                       "Karl-Johan Andersson"
                       "1997"
                       "<Image>/Filters/Glass Effects/Glass Tile"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "tilex""Tile width (10 - 50)")
                       (proc-arg 0 "tiley""Tile height (10 - 50)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gqbist" 909392497
             (proc-def "plug_in_qbist" 1
                       "Create images based on a random genetic formula"
                       "This Plug-in is based on an article by Jrn Loviscach (appeared in c't 10/95, page 326). It generates modern art pictures from a random genetic formula."
                       "Jrn Loviscach, Jens Ch. Restemeier"
                       "Jrn Loviscach, Jens Ch. Restemeier"
                       "March 1998, 1.10"
                       "<Image>/Filters/Render/Qbist"
                       ""
                       ""
                       ""
                       "RGB*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gradmap" 909392498
             (proc-def "plug_in_gradmap" 1
                       "Map the contents of the specified drawable with 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"
                       "<Image>/Filters/Colors/Gradient Map"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/grid" 909392498
             (proc-def "plug_in_grid" 1
                       "Draws a grid."
                       ""
                       "Tim Newsome"
                       "Tim Newsome"
                       "1997"
                       "<Image>/Filters/Render/Grid"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "width""Width")
                       (proc-arg 0 "height""Height")
                       (proc-arg 0 "x_offset""X Offset")
                       (proc-arg 0 "y_offset""Y Offset")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gtm" 909392499
             (proc-def "file_GTM_save" 1
                       "GIMP Table Magic"
                       "Allows you to draw an HTML table in GIMP. See help for more info."
                       "Daniel Dunbar"
                       "Daniel Dunbar"
                       "1998"
                       "<Save>/HTML"
                       "htm,html"
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/gz" 909392499
             (proc-def "file_gz_save" 1
                       "saves files compressed with gzip"
                       "You need to have gzip installed"
                       "Daniel Risacher"
                       "Daniel Risacher, Spencer Kimball and Peter Mattis"
                       "1995-1997"
                       "<Save>/gzip"
                       "xcf.gz,gz,xcfgz"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in"))
             (proc-def "file_gz_load" 1
                       "loads files compressed with gzip"
                       "You need to have gzip installed."
                       "Daniel Risacher"
                       "Daniel Risacher, Spencer Kimball and Peter Mattis"
                       "1995-1997"
                       "<Load>/gzip"
                       "xcf.gz,gz,xcfgz"
                       ""
                       "0,string,"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/header" 909392500
             (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"
                       "<Save>/Header"
                       "h"
                       ""
                       ""
                       "RGB*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/hot" 909392500
             (proc-def "plug_in_hot" 1
                       "Look for hot NTSC or PAL pixels "
                       "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"
                       "<Image>/Filters/Colors/Hot"
                       ""
                       ""
                       ""
                       "RGB"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""The Image")
                       (proc-arg 16 "drawable""The Drawable")
                       (proc-arg 0 "mode""Mode -- NTSC/PAL")
                       (proc-arg 0 "action""The action to perform")
                       (proc-arg 0 "new_layerp""Create a new layer iff True")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/hrz" 909392501
             (proc-def "file_hrz_save" 1
                       "saves files in the hrz file format"
                       "HRZ saving handles all image types except those with alpha channels."
                       "Albert Cahalan"
                       "Albert Cahalan"
                       "1997"
                       "<Save>/HRZ"
                       "hrz"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in"))
             (proc-def "file_hrz_load" 1
                       "loads files of the hrz file format"
                       "FIXME: write help for hrz_load"
                       "Albert Cahalan"
                       "Albert Cahalan"
                       "1997"
                       "<Load>/HRZ"
                       "hrz"
                       ""
                       "0,size,184320"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/ifscompose" 909392501
             (proc-def "plug_in_ifs_compose" 1
                       "Create an Iterated Function System Fractal"
                       "Interactively create an Iterated Function System fractal.Use the window on the upper left to adjust the componenttransformations of the fractal. The operation that is performedis selected by the buttons underneath the window, or from amenu popped up by the right mouse button. The fractal will berendered with a transparent background if the current image hasa transparent background."
                       "Owen Taylor"
                       "Owen Taylor"
                       "1997"
                       "<Image>/Filters/Render/IfsCompose"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/illusion" 909392502
             (proc-def "plug_in_illusion" 1
                       "produce illusion"
                       "produce illusion"
                       "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>"
                       "Hirotsuna Mizuno"
                       "v0.7 (Dec. 25 1997)"
                       "<Image>/Filters/Map/Illusion"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""interactive / non-interactive")
                       (proc-arg 13 "image""input image")
                       (proc-arg 16 "drawable""input drawable")
                       (proc-arg 0 "division""the number of divisions")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/iwarp" 909392503
             (proc-def "plug_in_iwarp" 1
                       "Interactive warping of the specified drawable"
                       "Interactive warping of the specified drawable "
                       "Norbert Schmitz"
                       "Norbert Schmitz"
                       "1997"
                       "<Image>/Filters/Distorts/IWarp"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/jpeg" 909392466
             (proc-def "file_jpeg_save" 1
                       "saves files in the jpeg file format"
                       "FIXME: write help for jpeg_save"
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1995-1996"
                       "<Save>/Jpeg"
                       "jpg,jpeg"
                       ""
                       ""
                       "RGB*, GRAY*"
                       8 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 3 "quality""Quality of saved image (0 <= quality <= 1)")
                       (proc-arg 3 "smoothing""Smoothing factor for saved image (0 <= smoothing <= 1)")
                       (proc-arg 0 "optimize""Optimization of entropy encoding parameters"))
             (proc-def "file_jpeg_load" 1
                       "loads files of the jpeg file format"
                       "FIXME: write help for jpeg_load"
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1995-1996"
                       "<Load>/Jpeg"
                       "jpg,jpeg"
                       ""
                       "6,string,JFIF"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/laplace" 909392503
             (proc-def "plug_in_laplace" 1
                       "Edge Detection with Laplace Operation"
                       "This plugin creates one-pixel wide edges from the image, with the value proportional to the gradient. It uses the Laplace operator (a 3x3 kernel with -8 in the middle)The image has to be laplacered to get usefull results, a gauss_iir with 1.5 - 5.0 depending on the noise in the image is best"
                       "Thorsten Schnier"
                       "Thorsten Schnier"
                       "1997"
                       "<Image>/Filters/Edge-Detect/Laplace"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/mail" 909392504
             (proc-def "plug_in_mail_image" 1
                       "pipe files to uuencode then mail them"
                       "You need to have uuencode and mail installed"
                       "Adrian Likins, Reagan Blundell"
                       "Adrian Likins, Reagan Blundell, Daniel Risacher, Spencer Kimball and Peter Mattis"
                       "1995-1997"
                       "<Image>/File/Mail image"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       8 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "receipt""The email address to send to")
                       (proc-arg 4 "subject""The subject")
                       (proc-arg 4 "comment""The Comment")
                       (proc-arg 0 "encapsulation""Uuencode, MIME")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/max_rgb" 909392504
             (proc-def "plug_in_max_rgb" 1
                       "Return an image in which each pixel holds only the channel that has the maximum value in three (red, green, blue) channels, and other channels are zero-cleared"
                       "the help is not yet written for this plug-in"
                       "Shuji Narazaki (narazaki@InetQ.or.jp)"
                       "Shuji Narazaki"
                       "1997"
                       "<Image>/Filters/Colors/Max RGB"
                       ""
                       ""
                       ""
                       "RGB*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (not used)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "max_p""1 for maximizing, 0 for minimizing")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/maze" 909392505
             (proc-def "plug_in_maze" 1
                       "Draws a maze."
                       "Generates a maze using either the depth-first search method or Prim's algorithm.  Can make tileable mazes too.  See http://www.poboxes.com/kevint/gimp/maze-help.html for more help."
                       "Kevin Turner <kevint@poboxes.com>"
                       "Kevin Turner"
                       "1997, 1998"
                       "<Image>/Filters/Render/Maze"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       10 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image_ID""(unused)")
                       (proc-arg 16 "drawable_ID""ID of drawable")
                       (proc-arg 1 "width""Width of the passages")
                       (proc-arg 1 "height""Height of the passages")
                       (proc-arg 2 "tileable""Tileable maze?")
                       (proc-arg 2 "algorithm""Generation algorithm(0=DEPTH FIRST, 1=PRIM'S ALGORITHM)")
                       (proc-arg 0 "seed""Random Seed")
                       (proc-arg 1 "multiple""Multiple (use 57)")
                       (proc-arg 1 "offset""Offset (use 1)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/mblur" 909392505
             (proc-def "plug_in_mblur" 1
                       "Motion blur of image"
                       "This plug-in simulates the effect seen when photographing amoving object at a slow shutter speed.Done by adding multiple displaced copies."
                       "Torsten Martinsen, Federico Mena Quintero and Daniel Skarda"
                       "Torsten Martinsen, Federico Mena Quintero and Daniel Skarda"
                       "Sep 1997, 1.2"
                       "<Image>/Filters/Blur/Motion Blur"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "type""Type of motion blur (0 - linear, 1 - radial, 2 - zoom)")
                       (proc-arg 0 "length""Length")
                       (proc-arg 0 "angle""Angle")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/mosaic" 909392506
             (proc-def "plug_in_mosaic" 1
                       "Convert the input drawable into a collection of tiles"
                       "Help not yet written for this plug-in"
                       "Spencer Kimball"
                       "Spencer Kimball & Peter Mattis"
                       "1996"
                       "<Image>/Filters/Artistic/Mosaic"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       14 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "tile_size""Average diameter of each tile (in pixels)")
                       (proc-arg 3 "tile_height""Apparent height of each tile (in pixels)")
                       (proc-arg 3 "tile_spacing""Inter-tile spacing (in pixels)")
                       (proc-arg 3 "tile_neatness""Deviation from perfectly formed tiles (0.0 - 1.0)")
                       (proc-arg 3 "light_dir""Direction of light-source (in degrees)")
                       (proc-arg 3 "color_variation""Magnitude of random color variations (0.0 - 1.0)")
                       (proc-arg 0 "antialiasing""Enables smoother tile output at the cost of speed")
                       (proc-arg 0 "color_averaging""Tile color based on average of subsumed pixels")
                       (proc-arg 0 "tile_type""Tile geometry: { SQUARES (0), HEXAGONS (1), OCTAGONS (2) }")
                       (proc-arg 0 "tile_surface""Surface characteristics: { SMOOTH (0), ROUGH (1) }")
                       (proc-arg 0 "grout_color""Grout color (black/white or fore/background): { BW (0), FG_BG (1) }")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/mpeg" 909392467
             (proc-def "file_mpeg_load" 1
                       "Loads MPEG movies"
                       "FIXME: write help for mpeg_load"
                       "Adam D. Moss"
                       "Adam D. Moss"
                       "1997"
                       "<Load>/MPEG"
                       "mpg,mpeg"
                       ""
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/nlfilt" 909392506
             (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 plugin by Eric L. Hernes"
                       "Graeme W. Gill, Eric L. Hernes"
                       "1997"
                       "<Image>/Filters/Enhance/NL Filter"
                       ""
                       ""
                       ""
                       "RGB,GRAY"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "img""The Image to Filter")
                       (proc-arg 16 "drw""The Drawable")
                       (proc-arg 3 "alpha""The amount of the filter to apply")
                       (proc-arg 3 "radius""The filter radius")
                       (proc-arg 0 "filter""The Filter to Run, 0 - alpha trimmed mean; 1 - optimal estimation (alpha controls noise variance); 2 - edge enhancement")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/noisify" 909392507
             (proc-def "plug_in_noisify" 1
                       "Adds random noise to a drawable's channels"
                       "More here later"
                       "Torsten Martinsen"
                       "Torsten Martinsen"
                       "1996"
                       "<Image>/Filters/Noise/Noisify"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       8 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "independent""Noise in channels independent")
                       (proc-arg 3 "noise_1""Noise in the first channel (red, gray)")
                       (proc-arg 3 "noise_2""Noise in the second channel (green, gray_alpha)")
                       (proc-arg 3 "noise_3""Noise in the third channel (blue)")
                       (proc-arg 3 "noise_4""Noise in the fourth channel (alpha)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/normalize" 909392508
             (proc-def "plug_in_normalize" 1
                       "Normalize the contrast of the specified drawable to cover all possible ranges."
                       "This plugin performs almost the same operation as the 'contrast autostretch' plugin, except that it won't allow the colour channels to normalize independently.  This is actually what most people probably want instead of contrast-autostretch; use c-a only if you wish to remove an undesirable colour-tint from a source image which is supposed to contain pure-white and pure-black."
                       "Adam D. Moss, Federico Mena Quintero"
                       "Adam D. Moss, Federico Mena Quintero"
                       "1997"
                       "<Image>/Image/Colors/Normalize"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/nova" 909392508
             (proc-def "plug_in_nova" 1
                       "Produce Supernova effect to the specified drawable"
                       " This plug-in produces an effect like a supernova burst. The amount of the light effect is approximately in proportion to 1/r, where r is the distance from the center of the star. It works with RGB*, GRAY* image."
                       "Eiichi Takamori"
                       "Eiichi Takamori"
                       "1997"
                       "<Image>/Filters/Light Effects/SuperNova"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       8 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "xcenter""X coordinates of the center of supernova")
                       (proc-arg 0 "ycenter""Y coordinates of the center of supernova")
                       (proc-arg 10 "color""Color of supernova")
                       (proc-arg 0 "radius""Radius of supernova")
                       (proc-arg 0 "nspoke""Number of spokes")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/oilify" 909392509
             (proc-def "plug_in_oilify" 1
                       "Modify the specified drawable to resemble an oil painting"
                       "This function performs the well-known oil-paint effect on the specified drawable.  The size of the input mask is specified by 'mask_size'."
                       "Torsten Martinsen"
                       "Torsten Martinsen"
                       "1996"
                       "<Image>/Filters/Artistic/Oilify"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "mask_size""Oil paint mask size")
                       (proc-arg 0 "mode""Algorithm {RGB (0), INTENSITY (1)}")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/pagecurl" 909392509
             (proc-def "plug_in_pagecurl" 1
                       "Pagecurl effect"
                       "This plug-in creates an pagecurl-effect."
                       "Federico Mena Quintero and Simon Budig"
                       "Federico Mena Quintero and Simon Budig"
                       "May 1998, 0.9"
                       "<Image>/Filters/Distorts/Pagecurl"
                       ""
                       ""
                       ""
                       "RGBA*, GRAYA*"
                       7 1
                       (proc-arg 0 "run_mode""Interactive (0), non-interactive (1)")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "mode""Pagecurl-mode: Use FG- and BG-Color (0), Use current gradient (1)")
                       (proc-arg 0 "edge""Edge to curl (1-4, clockwise, starting in the lower right edge)")
                       (proc-arg 0 "type""vertical (0), horizontal (1)")
                       (proc-arg 0 "shade""Shade the region under the curl (1) or not (0)")
                       (proc-arg 14 "Curl layer""The new layer with the curl.")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/palette" 909392510
             (proc-def "plug_in_export_palette" 1
                       "Makes a GIMP palette from an indexed image"
                       "Apply this to an INDEXED image to create a GIMP palette with the same colours. This allows you to later convert any image to that same palette, by picking it explicitly in the RGB to INDEXED conversion dialog."
                       "Nick Lamb"
                       "Nick Lamb <njl195@ecs.soton.ac.uk>"
                       "February 1998"
                       "<Image>/Image/Save palette"
                       ""
                       ""
                       ""
                       "INDEXED*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 4 "filename""Name of palette")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/papertile" 909392510
             (proc-def "plug_in_paper_tile" 1
                       "cut and slide image"
                       "cut and slide image"
                       "Hirotsuna Mizuno <s1041150@u-aizu.ac.jp>"
                       "Hirotsuna Mizuno"
                       "v0.7 (Dec. 25 1997)"
                       "<Image>/Filters/Map/Paper Tile"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       7 0
                       (proc-arg 0 "run_mode""interactive / non-interactive")
                       (proc-arg 13 "image""input image")
                       (proc-arg 16 "drawable""input drawable")
                       (proc-arg 0 "width""tile width")
                       (proc-arg 0 "height""tile height")
                       (proc-arg 0 "slide_length""slide length")
                       (proc-arg 0 "bg_type""background color (0=transparent, 1=black, 2=white )")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/pat" 909392511
             (proc-def "file_pat_save" 1
                       "saves files in the .pat file format"
                       "Yeah!"
                       "Tim Newsome"
                       "Tim Newsome"
                       "1997"
                       "<Save>/PAT"
                       "pat"
                       ""
                       ""
                       "RGB*, GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 4 "description""Short description of the pattern"))
             (proc-def "file_pat_load" 1
                       "loads files of the .pat file format"
                       "FIXME: write help"
                       "Tim Newsome"
                       "Tim Newsome"
                       "1997"
                       "<Load>/PAT"
                       "pat"
                       ""
                       "20,string,GPAT"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/pcx" 909392511
             (proc-def "file_pcx_save" 1
                       "Saves files in ZSoft PCX file format"
                       "FIXME: write help for pcx_save"
                       "Francisco Bustamante & Nick Lamb"
                       "Nick Lamb <njl195@zepler.org.uk>"
                       "January 1997"
                       "<Save>/PCX"
                       "pcx"
                       ""
                       ""
                       "INDEXED, RGB, GRAY"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name entered"))
             (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"
                       "<Load>/PCX"
                       "pcx"
                       ""
                       "0&,byte,10,2&,byte,1,3&,byte,>0,3,byte,<9"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/pix" 909392512
             (proc-def "file_pix_save" 1
                       "save file in the Alias|Wavefront pix/matte file format"
                       "save file in the Alias|Wavefront pix/matte file format"
                       "Michael Taylor"
                       "Michael Taylor"
                       "1997"
                       "<Save>/PIX"
                       "pix,matte,mask,alpha,als"
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in"))
             (proc-def "file_pix_load" 1
                       "loads files of the PIX file format"
                       "loads files of the PIX file format"
                       "Michael Taylor"
                       "Michael Taylor"
                       "1997"
                       "<Load>/PIX"
                       "pix,matte,mask,alpha,als"
                       ""
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/pixelize" 909392513
             (proc-def "plug_in_pixelize" 1
                       "Pixelize the contents of the specified drawable"
                       "Pixelize the contents of the specified drawable with speficied pixelizing width."
                       "Spencer Kimball & Peter Mattis, Tracy Scott, (ported to 1.0 by) Eiichi Takamori"
                       "Spencer Kimball & Peter Mattis, Tracy Scott"
                       "1995"
                       "<Image>/Filters/Blur/Pixelize"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "pixelwidth""Pixel width	 (the decrease in resolution)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/plasma" 909392513
             (proc-def "plug_in_plasma" 1
                       "Create a plasma cloud like image to the specified drawable"
                       "More help"
                       "Stephen Norris & (ported to 1.0 by) Eiichi Takamori"
                       "Stephen Norris"
                       "1995"
                       "<Image>/Filters/Render/Plasma"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "seed""Random seed")
                       (proc-arg 3 "turbulence""Turbulence of plasma")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/png" 909392467
             (proc-def "file_png_save" 1
                       "Saves files in PNG file format"
                       "This plug-in saves 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>"
                       "1.1.6 - 17 May 1998"
                       "<Save>/PNG"
                       "png"
                       ""
                       ""
                       "RGB*,GRAY*,INDEXED"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 0 "interlace""Save with interlacing option enabled")
                       (proc-arg 0 "compression""Compression level"))
             (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>"
                       "1.1.6 - 17 May 1998"
                       "<Load>/PNG"
                       "png"
                       ""
                       "0,string,PNG

"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/pnm" 909392514
             (proc-def "file_pnm_save" 1
                       "saves files in the pnm file format"
                       "PNM saving handles all image types except those with alpha channels."
                       "Erik Nygren"
                       "Erik Nygren"
                       "1996"
                       "<Save>/PNM"
                       "pnm,ppm,pgm,pbm"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 0 "raw""Specify non-zero for raw output, zero for ascii output"))
             (proc-def "file_pnm_load" 1
                       "loads files of the pnm file format"
                       "FIXME: write help for pnm_load"
                       "Erik Nygren"
                       "Erik Nygren"
                       "1996"
                       "<Load>/PNM"
                       "pnm,ppm,pgm,pbm"
                       ""
                       "0,string,P1,0,string,P2,0,string,P3,0,string,P4,0,string,P5,0,string,P6"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/polar" 909392514
             (proc-def "plug_in_polar_coords" 1
                       "Converts and image to and from polar coords"
                       "Remaps and image from rectangular coordinates to polar coordinats or vice versa"
                       "Daniel Dunbar and Federico Mena Quintero"
                       "Daniel Dunbar and Federico Mena Quintero"
                       "July 1997, 0.5"
                       "<Image>/Filters/Distorts/Polar Coords"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       8 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "circle""Circle depth in %")
                       (proc-arg 3 "angle""Offset angle")
                       (proc-arg 0 "backwards""Map backwards?")
                       (proc-arg 0 "inverse""Map from top?")
                       (proc-arg 0 "polrec""Polar to rectangular?")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/print" 909392515
             (proc-def "file_print" 1
                       "This plug-in prints images from The GIMP."
                       "Prints images to PostScript, PCL, or ESC/P2 printers."
                       "Michael Sweet <mike@easysw.com>"
                       "Copyright 1997-1998 by Michael Sweet"
                       "2.0.2 - 16 May 1998"
                       "<Image>/File/Print"
                       ""
                       ""
                       ""
                       "RGB*,GRAY*,INDEXED*"
                       16 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 4 "output_to""Print command or filename (| to pipe to command)")
                       (proc-arg 4 "driver""Printer driver short name")
                       (proc-arg 4 "ppd_file""PPD file")
                       (proc-arg 0 "output_type""Output type (0 = gray, 1 = color)")
                       (proc-arg 4 "resolution""Resolution (\"300\", \"720\", etc.)")
                       (proc-arg 4 "media_size""Media size (\"Letter\", \"A4\", etc.)")
                       (proc-arg 4 "media_type""Media type (\"Plain\", \"Glossy\", etc.)")
                       (proc-arg 4 "media_source""Media source (\"Tray1\", \"Manual\", etc.)")
                       (proc-arg 0 "brightness""Brightness (0-200%)")
                       (proc-arg 3 "scaling""Output scaling (0-100%, -PPI)")
                       (proc-arg 0 "orientation""Output orientation (-1 = auto, 0 = portrait, 1 = landscape)")
                       (proc-arg 0 "left""Left offset (points, -1 = centered)")
                       (proc-arg 0 "top""Top offset (points, -1 = centered)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/ps" 909392515
             (proc-def "file_ps_save" 1
                       "save file in PostScript file format"
                       "PostScript saving handles all image types except those with alpha channels."
                       "Peter Kirchgessner <pkirchg@aol.com>"
                       "Peter Kirchgessner"
                       "v1.05  26-Sep-98"
                       "<Save>/PostScript"
                       "ps,eps"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       14 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 3 "width""Width of the image in PostScript file")
                       (proc-arg 3 "height""Height of image in PostScript file")
                       (proc-arg 3 "x_offset""X-offset to image from lower left corner")
                       (proc-arg 3 "y_offset""Y-offset to image from lower left corner")
                       (proc-arg 0 "unit""Unit for width/height/offset. 0: inches, 1: millimeters")
                       (proc-arg 0 "keep_ratio""0: use width/height, 1: keep aspect ratio")
                       (proc-arg 0 "rotation""0, 90, 180, 270")
                       (proc-arg 0 "eps_flag""0: PostScript, 1: Encapsulated PostScript")
                       (proc-arg 0 "preview""0: no preview, >0: max. size of preview"))
             (proc-def "file_ps_load_setargs" 1
                       "set additional parameters for procedure file_ps_load"
                       "set additional parameters for procedure file_ps_load"
                       "Peter Kirchgessner <pkirchg@aol.com>"
                       "Peter Kirchgessner"
                       "v1.05  26-Sep-98"
                       ""
                       ""
                       ""
                       ""
                       ""
                       8 0
                       (proc-arg 0 "resolution""Resolution to interprete image (dpi)")
                       (proc-arg 0 "width""Desired width")
                       (proc-arg 0 "height""Desired height")
                       (proc-arg 0 "check_bbox""0: Use width/height, 1: Use BoundingBox")
                       (proc-arg 4 "pages""Pages to load (e.g.: 1,3,5-7)")
                       (proc-arg 0 "coloring""4: b/w, 5: grey, 6: colour image, 7: automatic")
                       (proc-arg 0 "TextAlphaBits""1, 2, or 4")
                       (proc-arg 0 "GraphicsAlphaBits""1, 2, or 4"))
             (proc-def "file_ps_load" 1
                       "load file of PostScript/PDF file format"
                       "load file of PostScript/PDF file format"
                       "Peter Kirchgessner <pkirchg@aol.com>"
                       "Peter Kirchgessner"
                       "v1.05  26-Sep-98"
                       "<Load>/PostScript"
                       "ps,eps,pdf"
                       ""
                       "0,string,%!,0,string,%PDF"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/psd" 909392516
             (proc-def "file_psd_load" 1
                       "loads files of the Photoshop(tm) PSD file format"
                       "FIXME: write help for psd_load"
                       "Adam D. Moss & Torsten Martinsen"
                       "Adam D. Moss & Torsten Martinsen"
                       "1996-1997"
                       "<Load>/PSD"
                       "psd"
                       ""
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/randomize" 909392516
             (proc-def "plug_in_randomize" 1
                       "Add a random factor to the image, by picking a nearby pixel, slurring (similar to melting), or just hurling on it."
                       "This function randomly modified the drawable, either by picking a nearby pixel, slurring (cheezy melting), or hurling (spewing colors).  The type and percentage are user selectable."
                       "Miles O'Neal  <meo@rru.com>  http://www.rru.com/~meo/"
                       "Miles O'Neal, Spencer Kimball, Peter Mattis, Torsten Martinsen, Brian Degenhardt, Federico Mena Quintero, Stephen Norris, Daniel Cotting"
                       "1995-1997"
                       "<Image>/Filters/Noise/Randomize"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "rndm_type""Randomization type (1=hurl 2=pick 3=slur)")
                       (proc-arg 3 "rndm_pct""Randomization percentage (1 - 100)")
                       (proc-arg 3 "rndm_rcount""Repeat count(1 - 100)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/ripple" 909392517
             (proc-def "plug_in_ripple" 1
                       "Ripple the contents of the specified drawable"
                       "Ripples the pixels of the specified drawable. Each row or colum will be displaced a certain number of pixels coinciding with the given wave form"
                       "Brian Degenhardt <bdegenha@ucsd.edu>"
                       "Brian Degenhardt"
                       "1997"
                       "<Image>/Filters/Distorts/Ripple"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       10 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "period""period; number of pixels for one wave to complete")
                       (proc-arg 0 "amplitude""amplitude; maximum displacement of wave")
                       (proc-arg 0 "orientation""orientation; 0 = Horizontal, 1 = Vertical")
                       (proc-arg 0 "edges""edges; 0 = smear, 1 =  wrap, 2 = black")
                       (proc-arg 0 "waveform""0 = sawtooth, 1 = sine wave")
                       (proc-arg 0 "antialias""antialias; True or False")
                       (proc-arg 0 "tile""tile; if this is true, the image will retain it's tilability")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/rotate" 909392518
             (proc-def "plug_in_rotate" 1
                       "Rotates a layer or the whole image by 90, 180 or 270 degrees"
                       "This plug-in does rotate the active layer or the whole image clockwise by multiples of 90 degrees. When the whole image is choosen, the image is resized if necessary."
                       "Sven Neumann (neumanns@uni-duesseldorf.de)"
                       "Sven Neumann"
                       "v0.6 (01/15/98)"
                       "<Image>/Image/Transforms/Rotate"
                       ""
                       ""
                       ""
                       "RGB*, INDEXED*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "angle""Angle { 90 (1), 180 (2), 270 (3) } degrees")
                       (proc-arg 0 "everything""Rotate the whole image? { TRUE, FALSE }")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/rotators" 909392518
             (proc-def "plug_in_image_rot270" 1
                       "Rotates the current image 90 degrees anticlockwise."
                       ""
                       "Adam D. Moss (adam@gimp.org)"
                       "Adam D. Moss (adam@gimp.org)"
                       "1997"
                       "<Image>/Image/Transforms/Image/Rotate 270"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable"))
             (proc-def "plug_in_image_rot90" 1
                       "Rotates the given image 90 degrees clockwise."
                       ""
                       "Adam D. Moss (adam@gimp.org)"
                       "Adam D. Moss (adam@gimp.org)"
                       "1997"
                       "<Image>/Image/Transforms/Image/Rotate 90"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable"))
             (proc-def "plug_in_layer_rot270" 1
                       "Rotates the given layer 90 degrees anticlockwise."
                       ""
                       "Adam D. Moss (adam@gimp.org)"
                       "Adam D. Moss (adam@gimp.org)"
                       "1997"
                       "<Image>/Image/Transforms/Layer/Rotate 270"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable"))
             (proc-def "plug_in_layer_rot90" 1
                       "Rotates the given layer 90 degrees clockwise."
                       ""
                       "Adam D. Moss (adam@gimp.org)"
                       "Adam D. Moss (adam@gimp.org)"
                       "1997"
                       "<Image>/Image/Transforms/Layer/Rotate 90"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/scatter_hsv" 909392519
             (proc-def "plug_in_scatter_hsv" 1
                       "Scattering pixel values in HSV space"
                       "Scattering pixel values in HSV space"
                       "Shuji Narazaki (narazaki@InetQ.or.jp)"
                       "Shuji Narazaki"
                       "1997"
                       "<Image>/Filters/Colors/Scatter HSV"
                       ""
                       ""
                       ""
                       "RGB*"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (not used)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "holdness""convolution strength")
                       (proc-arg 0 "hue_distance""distribution distance on hue axis [0,255]")
                       (proc-arg 0 "saturation_distance""distribution distance on saturation axis [0,255]")
                       (proc-arg 0 "value_distance""distribution distance on value axis [0,255]")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/screenshot" 909392519
             (proc-def "extension_screenshot" 2
                       "Create a screenshot of a single window or the whole screen"
                       "This extension serves as a simple frontend to the X-window utility xwd and the xwd-file-plug-in. After specifying some options, xwd is called, the user selects a window, and the resulting image is loaded into the gimp. Alternatively the whole screen can be grabbed. When called non-interactively it may grab the root window or use the window-id passed as a parameter."
                       "Sven Neumann (neumanns@uni-duesseldorf.de)"
                       "Sven Neumann"
                       "v0.9 (98/06/06)"
                       "<Toolbox>/Xtns/Screen Shot"
                       ""
                       ""
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 0 "root""Root window { TRUE, FALSE }")
                       (proc-arg 4 "window_id""Window id")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/script-fu" 909392465
             (proc-def "extension_script_fu_eval" 2
                       "Evaluate scheme code"
                       "Evaluate the code under the scheme interpeter (primarily for batch mode)"
                       "Manish Singh"
                       "Manish Singh"
                       "1998"
                       ""
                       ""
                       ""
                       ""
                       ""
                       2 0
                       (proc-arg 0 "run_mode""[Interactive], non-interactive")
                       (proc-arg 4 "code""The code to evaluate"))
             (proc-def "extension_script_fu_server" 2
                       "Provides a server for remote script-fu operation"
                       "Provides a server for remote script-fu operation"
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1997"
                       "<Toolbox>/Xtns/Script-Fu/Server"
                       ""
                       ""
                       ""
                       ""
                       3 0
                       (proc-arg 0 "run_mode""[Interactive], non-interactive")
                       (proc-arg 0 "port""The port on which to listen for requests")
                       (proc-arg 4 "logfile""The file to log server activity to"))
             (proc-def "extension_script_fu_console" 2
                       "Provides a console mode for script-fu development"
                       "Provides an interface which allows interactive scheme development."
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1997"
                       "<Toolbox>/Xtns/Script-Fu/Console"
                       ""
                       ""
                       ""
                       ""
                       1 0
                       (proc-arg 0 "run_mode""Interactive, [non-interactive]"))
             (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 0
))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/semiflatten" 909392520
             (proc-def "plug_in_semiflatten" 1
                       "Flatten pixels in an RGBA image that aren't completely transparent against the current GIMP background colour"
                       "This plugin flattens pixels in an RGBA image that aren't completely transparent against the current GIMP background colour"
                       "Adam D. Moss (adam@foxbox.org)"
                       "Adam D. Moss (adam@foxbox.org)"
                       "27th January 1998"
                       "<Image>/Filters/Colors/Semi-Flatten"
                       ""
                       ""
                       ""
                       "RGBA"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/sgi" 909392521
             (proc-def "file_sgi_save" 1
                       "Saves files in SGI image file format"
                       "This plug-in saves SGI image files."
                       "Michael Sweet <mike@easysw.com>"
                       "Copyright 1997-1998 by Michael Sweet"
                       "1.1.1 - 17 May 1998"
                       "<Save>/SGI"
                       "rgb,bw,sgi,icon"
                       ""
                       ""
                       "RGB*,GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 0 "compression""Compression level (0 = none, 1 = RLE, 2 = ARLE)"))
             (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"
                       "<Load>/SGI"
                       "rgb,bw,sgi,icon"
                       ""
                       "0,short,474"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/sharpen" 909392521
             (proc-def "plug_in_sharpen" 1
                       "Sharpen filter, typically used to 'sharpen' a photographic image."
                       "This plug-in selectively performs a convolution filter on an image."
                       "Michael Sweet <mike@easysw.com>"
                       "Copyright 1997-1998 by Michael Sweet"
                       "1.4.2 - 3 June 1998"
                       "<Image>/Filters/Enhance/Sharpen"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "percent""Percent sharpening (default = 10)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/shift" 909392522
             (proc-def "plug_in_shift" 1
                       "Shift the contents of the specified drawable"
                       "Shifts the pixels of the specified drawable. Each row will be displaced a random value of pixels."
                       "Spencer Kimball and Peter Mattis, ported by Brian Degenhardt and Federico Mena Quintero"
                       "Brian Degenhardt"
                       "1997"
                       "<Image>/Filters/Distorts/Shift"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "shift_amount""shift amount (0 <= shift_amount_x <= 200)")
                       (proc-arg 0 "orientation""vertical, horizontal orientation")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/sinus" 909392523
             (proc-def "plug_in_sinus" 1
                       "Generates a texture with sinus functions"
                       "FIX ME: sinus help"
                       "Xavier Bouchoux"
                       "Xavier Bouchoux"
                       "1997"
                       "<Image>/Filters/Render/Sinus"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       14 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "xscale""Scale value for x axis")
                       (proc-arg 3 "yscale""Scale value dor y axis")
                       (proc-arg 3 "complex""Complexity factor")
                       (proc-arg 0 "seed""Seed value for random number generator")
                       (proc-arg 0 "tiling""If set, the pattern generated will tile")
                       (proc-arg 0 "perturb""If set, the pattern is a little more distorted...")
                       (proc-arg 0 "colors""where to take the colors (0= B&W,  1= fg/bg, 2= col1/col2)")
                       (proc-arg 3 "alpha1""alpha for the first color (used if the drawable has an alpha chanel)")
                       (proc-arg 3 "alpha2""alpha for the second color (used if the drawable has an alpha chanel)")
                       (proc-arg 0 "blend""0= linear, 1= bilinear, 2= sinusoidal")
                       (proc-arg 3 "blend_power""Power used to strech the blend")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/smooth_palette" 909392523
             (proc-def "plug_in_smooth_palette" 1
                       "derive smooth palette from image"
                       "help!"
                       "Scott Draves"
                       "Scott Draves"
                       "1997"
                       "<Image>/Filters/Colors/SmoothPalette"
                       ""
                       ""
                       ""
                       "RGB*"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "width""Width")
                       (proc-arg 0 "height""Height")
                       (proc-arg 0 "ntries""Search Time")
                       (proc-arg 0 "show_image""Show Image?")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/snoise" 909392524
             (proc-def "plug_in_solid_noise" 1
                       "Creates a grayscale noise texture"
                       "Generates 2D textures using Perlin's classic solid noise function."
                       "Marcelo de Gomensoro Malheiros"
                       "Marcelo de Gomensoro Malheiros"
                       "Apr 1998, v1.03"
                       "<Image>/Filters/Render/Solid Noise"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       9 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "tilable""Create a tilable output (n=0/y=1)")
                       (proc-arg 0 "turbulent""Make a turbulent noise (n=0/y=1)")
                       (proc-arg 0 "seed""Random seed")
                       (proc-arg 0 "detail""Detail level (0 - 15)")
                       (proc-arg 3 "xsize""Horizontal texture size")
                       (proc-arg 3 "ysize""Vertical texture size")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/snp" 909392524
             (proc-def "file_snp_load" 1
                       "Loads animations of the MicroEyes SNP file format"
                       "FIXME: write help for snp_load"
                       "Adam D. Moss"
                       "Adam D. Moss"
                       "1997"
                       "<Load>/Snp"
                       "snp"
                       ""
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/sobel" 909392525
             (proc-def "plug_in_sobel" 1
                       "Edge Detection with Sobel Operation"
                       "This plugin calculates the gradient with a sobel operator. The user can specify which direction to use. When both directions are used, the result is the RMS of the two gradients; if only one direction is used, the result either the absolut value of the gradient, or 127 + gradient (if the 'keep sign' switch is on). This way, information about the direction of the gradient is preserved. Resulting images are not autoscaled."
                       "Thorsten Schnier"
                       "Thorsten Schnier"
                       "1997"
                       "<Image>/Filters/Edge-Detect/Sobel"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "horizontal""Sobel in horizontal direction")
                       (proc-arg 0 "vertical""Sobel in vertical direction")
                       (proc-arg 0 "keep_sign""Keep sign of result (one direction only)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/sparkle" 909392525
             (proc-def "plug_in_sparkle" 1
                       "Simulates pixel bloom and diffraction effects"
                       "More here later"
                       "John Beale, & (ported to GIMP v0.54) Michael J. Hammel & (ported to GIMP v1.0) Spencer Kimball"
                       "John Beale"
                       "1996"
                       "<Image>/Filters/Light Effects/Sparkle"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       8 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "lum_threshold""Luminosity threshold (0.0 - 1.0)")
                       (proc-arg 3 "flare_inten""Flare intensity (0.0 - 1.0)")
                       (proc-arg 3 "spike_len""Spike length (in pixels)")
                       (proc-arg 0 "spike_pts""# of spike points")
                       (proc-arg 3 "spike_angle""Spike angle (0.0-360.0 degrees)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/spread" 909392526
             (proc-def "plug_in_spread" 1
                       "Spread the contents of the specified drawable"
                       "Spreads the pixels of the specified drawable.  Pixels are randomly moved to another location whose distance varies from the original by the horizontal and vertical spread amounts "
                       "Spencer Kimball and Peter Mattis, ported by Brian Degenhardt and Federico Mena Quintero"
                       "Federico Mena Quintero and Brian Degenhardt"
                       "1997"
                       "<Image>/Filters/Noise/Spread"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "spread_amount_x""Horizontal spread amount (0 <= spread_amount_x <= 200)")
                       (proc-arg 3 "spread_amount_y""Vertical spread amount (0 <= spread_amount_y <= 200)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/struc" 909392526
             (proc-def "plug_in_apply_canvas" 1
                       "Adds a canvas texture map to the picture"
                       "This function applies a canvas texture map to the drawable."
                       "Karl-Johan Andersson"
                       "Karl-Johan Andersson"
                       "1997"
                       "<Image>/Filters/Artistic/Apply Canvas"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "direction""Light direction (0 - 3)")
                       (proc-arg 0 "depth""Texture depth (1 - 50)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/sunras" 909392527
             (proc-def "file_sunras_save" 1
                       "save file in the SunRaster file format"
                       "SUNRAS saving handles all image types except those with alpha channels."
                       "Peter Kirchgessner"
                       "Peter Kirchgessner"
                       "1996"
                       "<Save>/SUNRAS"
                       "im1,im8,im24,im32"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 0 "rle""Specify non-zero for rle output, zero for standard output"))
             (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"
                       "<Load>/SUNRAS"
                       "im1,im8,im24,im32"
                       ""
                       "0,long,0x59a66a95"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/tga" 909392528
             (proc-def "file_tga_save" 1
                       "saves files in the Targa file format"
                       "FIXME: write help for tga_save"
                       "Raphael FRANCOIS, Gordon Matzigkeit"
                       "Raphael FRANCOIS, Gordon Matzigkeit"
                       "1997"
                       "<Save>/TGA"
                       "tga"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 0 "rle""Enable RLE compression"))
             (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"
                       "<Load>/TGA"
                       "tga"
                       ""
                       "0&,byte,10,2&,byte,1,3&,byte,>0,3,byte,<9"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/threshold_alpha" 909392528
             (proc-def "plug_in_threshold_alpha" 1
                       ""
                       ""
                       "Shuji Narazaki (narazaki@InetQ.or.jp)"
                       "Shuji Narazaki"
                       "1997"
                       "<Image>/Image/Alpha/Threshold Alpha"
                       ""
                       ""
                       ""
                       "RGBA,GRAYA"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (not used)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "threshold""Threshold")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/tiff" 909392468
             (proc-def "file_tiff_save" 1
                       "saves files in the tiff file format"
                       "FIXME: write help for tiff_save"
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1995-1996"
                       "<Save>/Tiff"
                       "tif,tiff"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED"
                       7 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in")
                       (proc-arg 0 "compression""Compression type: { NONE (0), LZW (1), PACKBITS (2)")
                       (proc-arg 0 "fillorder""Fill Order: { MSB to LSB (0), LSB to MSB (1)"))
             (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"
                       "<Load>/Tiff"
                       "tif,tiff"
                       ""
                       "0,string,II*\\0,0,string,MM\\0*"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/tile" 909392529
             (proc-def "plug_in_tile" 1
                       "Create a new image which is a tiled version of the input drawable"
                       "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"
                       "<Image>/Filters/Map/Tile"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       6 2
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "new_width""New (tiled) image width")
                       (proc-arg 0 "new_height""New (tiled) image height")
                       (proc-arg 0 "new_image""Create a new image?")
                       (proc-arg 13 "new_image""Output image (N/A if new_image == TRUE)")
                       (proc-arg 13 "new_layer""Output layer (N/A if new_image == TRUE)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/tileit" 909392529
             (proc-def "plug_in_small_tiles" 1
                       "Tiles image into smaller versions of the orginal"
                       "More here later"
                       "Andy Thomas"
                       "Andy Thomas"
                       "1997"
                       "<Image>/Filters/Map/Small Tiles"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       4 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "number_of_tiles""Number of tiles to make")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/tiler" 909392530
             (proc-def "plug_in_make_seamless" 1
                       "Seamless tile creation"
                       "This plugin creates a seamless tileable from the input image"
                       "Tim Rowley"
                       "Tim Rowley"
                       "1997"
                       "<Image>/Filters/Map/Make Seamless"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/url" 909392530
             (proc-def "file_url_load" 1
                       "loads files given a URL"
                       "You need to have GNU Wget installed."
                       "Spencer Kimball & Peter Mattis"
                       "Spencer Kimball & Peter Mattis"
                       "1995-1997"
                       "<Load>/URL"
                       ""
                       "http:,ftp:"
                       ""
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/video" 909392531
             (proc-def "plug_in_video" 1
                       "Apply low-dotpitch RGB simulation to the specified drawable"
                       "This function simulates the degradation of being on an old low-dotpitch RGB video monitor to the specified drawable."
                       "Adam D. Moss (adam@foxbox.org)"
                       "Adam D. Moss (adam@foxbox.org)"
                       "2nd March 1997"
                       "<Image>/Filters/Misc/Video"
                       ""
                       ""
                       ""
                       "RGB*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (unused)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "pattern_number""Type of RGB pattern to use")
                       (proc-arg 0 "additive""Whether the function adds the result to the original image")
                       (proc-arg 0 "rotated""Whether to rotate the RGB pattern by ninety degrees")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/vinvert" 909392531
             (proc-def "plug_in_vinvert" 1
                       "Invert the 'value' componant of an indexed/RGB image in HSV colourspace"
                       "This function takes an indexed/RGB image and inverts its 'value' in HSV space.  The upshot of this is that the colour and saturation at any given point remains the same, but its brightness is effectively inverted.  Quite strange.  Tends to produce unpleasant colour artifacts on images from lossy sources (ie. JPEG)."
                       "Adam D. Moss (adam@foxbox.org)"
                       "Adam D. Moss (adam@foxbox.org)"
                       "27th March 1997"
                       "<Image>/Filters/Colors/Value Invert"
                       ""
                       ""
                       ""
                       "RGB*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (used for indexed images)")
                       (proc-arg 16 "drawable""Input drawable")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/vpropagate" 909392532
             (proc-def "plug_in_vpropagate" 1
                       "Propagate values of the layer"
                       "Propagate values of the layer"
                       "Shuji Narazaki (narazaki@InetQ.or.jp)"
                       "Shuji Narazaki"
                       "1996-1997"
                       "<Image>/Filters/Distorts/Value Propagate"
                       ""
                       ""
                       ""
                       "RGB*,GRAY*"
                       9 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image (not used)")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 0 "propagate-mode""propagate 0:white, 1:black, 2:middle value 3:foreground to peak, 4:foreground, 5:background, 6:opaque, 7:transparent")
                       (proc-arg 0 "propagating-channel""channels which values are propagated")
                       (proc-arg 3 "propagating-rate""0.0 <= propagatating_rate <= 1.0")
                       (proc-arg 0 "direction-mask""0 <= direction-mask <= 15")
                       (proc-arg 0 "lower-limit""0 <= lower-limit <= 255")
                       (proc-arg 0 "upper-limit""0 <= upper-limit <= 255")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/waves" 909392533
             (proc-def "plug_in_waves" 1
                       "Distort the image with waves"
                       "none yet"
                       "Eric L. Hernes, Stephen Norris"
                       "Stephen Norris"
                       "1997"
                       "<Image>/Filters/Distorts/Waves"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       8 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""The Image")
                       (proc-arg 16 "drawable""The Drawable")
                       (proc-arg 3 "amplitude""The Amplitude of the Waves")
                       (proc-arg 3 "phase""The Phase of the Waves")
                       (proc-arg 3 "wavelength""The Wavelength of the Waves")
                       (proc-arg 0 "type""Type of waves, black/smeared")
                       (proc-arg 0 "reflective""Use Reflection")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/webbrowser" 909392469
             (proc-def "extension_web_browser" 2
                       "open URL in Netscape"
                       "You need to have Netscape installed"
                       "Misha Dynin <misha@xcf.berkeley.edu>"
                       "Misha Dynin, Jamie Zawinski, Spencer Kimball & Peter Mattis"
                       "1997"
                       "<Toolbox>/Xtns/Web Browser/Open URL..."
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "url""URL of a document to open")
                       (proc-arg 0 "new_window""Create a new window or use existing one?")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/whirlpinch" 909392533
             (proc-def "plug_in_whirl_pinch" 1
                       "Distort an image by whirling and pinching"
                       "Distorts the image by whirling and pinching, which are two common center-based, circular distortions.  Whirling is like projecting the image onto the surface of water in a toilet and flushing.  Pinching is similar to projecting the image onto an elastic surface and pressing or pulling on the center of the surface."
                       "Federico Mena Quintero and Scott Goehring"
                       "Federico Mena Quintero and Scott Goehring"
                       "May 1997, 2.09"
                       "<Image>/Filters/Distorts/Whirl and Pinch"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*"
                       6 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")
                       (proc-arg 3 "whirl""Whirl angle (degrees)")
                       (proc-arg 3 "pinch""Pinch amount")
                       (proc-arg 3 "radius""Radius (1.0 is the largest circle that fits in the image, and 2.0 goes all the way to the corners)")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/xpm" 909392469
             (proc-def "file_xpm_save" 1
                       "saves files in the xpm file format (if you're on a 16 bit display...)"
                       "FIXME: write help for xpm"
                       "Spencer Kimball & Peter Mattis & Ray Lehtiniemi & Nathan Summers"
                       "Spencer Kimball & Peter Mattis"
                       "1997"
                       "<Save>/Xpm"
                       "xpm"
                       "<Save>/Xpm"
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in"))
             (proc-def "file_xpm_load" 1
                       "loads files of the xpm file format"
                       "FIXME: write help for xpm_load"
                       "Spencer Kimball & Peter Mattis & Ray Lehtiniemi"
                       "Spencer Kimball & Peter Mattis"
                       "1997"
                       "<Load>/Xpm"
                       "xpm"
                       "<Load>/Xpm"
                       "0,string,/* XPM */"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name entered")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/xwd" 909392534
             (proc-def "file_xwd_save" 1
                       "saves files in the XWD file format"
                       "XWD saving handles all image types except those with alpha channels."
                       "Peter Kirchgessner"
                       "Peter Kirchgessner"
                       "1996"
                       "<Save>/XWD"
                       "xwd"
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       5 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Drawable to save")
                       (proc-arg 4 "filename""The name of the file to save the image in")
                       (proc-arg 4 "raw_filename""The name of the file to save the image in"))
             (proc-def "file_xwd_load" 1
                       "load file of the XWD file format"
                       "load file of the XWD file format"
                       "Peter Kirchgessner"
                       "Peter Kirchgessner"
                       "1996"
                       "<Load>/XWD"
                       "xwd"
                       ""
                       "4,long,0x00000007,4,long,0x07000000"
                       ""
                       3 1
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 4 "filename""The name of the file to load")
                       (proc-arg 4 "raw_filename""The name of the file to load")
                       (proc-arg 13 "image""Output image")))

(plug-in-def "/usr/X11R6/lib/gimp/1.0/plug-ins/zealouscrop" 909392534
             (proc-def "plug_in_zealouscrop" 1
                       "Automagically crops unused space from the edges and middle of a picture."
                       ""
                       "Adam D. Moss"
                       "Adam D. Moss"
                       "1997"
                       "<Image>/Image/Transforms/Zealous Crop"
                       ""
                       ""
                       ""
                       "RGB*, GRAY*, INDEXED*"
                       3 0
                       (proc-arg 0 "run_mode""Interactive, non-interactive")
                       (proc-arg 13 "image""Input image")
                       (proc-arg 16 "drawable""Input drawable")))
