See also: Main Index; Alphabetic; Misc; By Author; By Module; By Menu    External Links: The Gimp; Gimp User Manual

The Gimp python_fu functions

python_fu_aquabutt2 Make a Aqua Style Button V2
python_fu_benchmark_foreground_extract Foreground Extraction Benchmark
python_fu_clothify Make the specified layer look like it is printed on cloth
python_fu_console Python interactive interpreter with gimp extensions
python_fu_crash Crashes script-fu via Python.
python_fu_foggify Add a layer of fog to the image
python_fu_pattern Creates a possibly overlapping pattern
python_fu_pdb2doc Creates documentation in html format
python_fu_pdb_browse Browse the Procedural Database
python_fu_py_slice Guillotine implemented ala python, with html output (based on perlotine by Seth Burgess)
python_fu_record Records a macro in Python.
python_fu_separate_rgbb Splits the RGB Black information into separate layers
python_fu_shadow_bevel Add a drop shadow to a layer, and optionally bevel it.
python_fu_sphere Simple spheres with drop shadows
python_fu_thumbnail Creates a thumbnail file.
python_fu_whirl_pinch Distorts an image by whirling and pinching
python_fu_xpm Import one or more XPMs

python_fu_aquabutt2

Input:
INT32run_modeInteractive, Non-Interactive
STRINGStringstring
STRINGFontFont
INT32Font_SizeSize
INT32AntialiasAntialias
COLORFont_Color1Font color (Active)
COLORFont_Color2Font color
COLORButton_Color1Button color (Active)
COLORButton_Color2Button color
COLORBackground_ColorBackground color
SUCCESSOptical_TopTop Reflection Optical
Returns: nothing
Make a Aqua Style Button V2
Werner Hartnagel; 2001

python_fu_benchmark_foreground_extract

Input:
INT32run_modeInteractive, Non-Interactive
STRINGimage_folderImage folder
INT32save_outputSave output images
Returns: nothing
Foreground Extraction Benchmark
Sven Neumann; 2005

python_fu_clothify

Input:
INT32run_modeInteractive, Non-Interactive
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32x_blurX blur
INT32y_blurY blur
INT32azimuthAzimuth
INT32elevationElevation
INT32depthDepth
Returns: nothing
Make the specified layer look like it is printed on cloth
James Henstridge; 1997-1999

python_fu_console

Input:
INT32run_modeInteractive, Non-Interactive
Returns: nothing
Type in commands and see results
James Henstridge; 1997-1999

python_fu_crash

Input:
INT32run_modeInteractive, Non-Interactive
Returns: nothing
Ooops
Hans Breuer <Hans@Breuer.Org>; 2003

python_fu_foggify

Input:
INT32run_modeInteractive, Non-Interactive
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGnameThe new layer name
COLORcolourThe colour of the fog
SUCCESSturbulenceThe turbulence
SUCCESSopacityThe opacity
Returns: nothing
Add a layer of fog to the image
James Henstridge; 1999

python_fu_pdb2doc

Input:
INT32run_modeInteractive, Non-Interactive
STRINGpathPath to store documentation (filename ignored!)
COLORbackgroundThe background color for the pages
INT32prototypesInclude function prototypes (input and output parameters)
INT32alphabeticgenerate an alphabetic index
INT32by_authorgenerate an index sorted by authors
INT32by_modulegenerate an index sorted by modules
INT32by_menugenerate an index sorted by menu entries
Returns: nothing
Creates documentation in html format which is always up to date...
Hans Breuer <Hans@Breuer.Org>; 1999

python_fu_pdb_browse

Input:
INT32run_modeInteractive, Non-Interactive
Returns: nothing
Pick a PDB proc, and read the information
James Henstridge; 1997-1999

python_fu_py_slice

Input:
INT32run_modeInteractive, Non-Interactive
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGsave_pathThe path to export the HTML to
STRINGhtml_filenameFilename to export
STRINGimage_basenameWhat to call the images
STRINGimage_extensionThe format of the images: {gif, jpg, png}
INT32separate_image_dirUse a separate directory for images?
STRINGrelative_image_pathThe path to export the images to, relative to the Save Path
INT32capitalize_tagsCapitalize HTML tags?
INT32cellspacingAdd space between the table elements
Returns: nothing
Add guides to an image. Then run this. It will cut along the guides, and give you the html to reassemble the resulting images.
Manish Singh; 2003

python_fu_record

Input:
INT32run_modeInteractive, Non-Interactive
Returns: nothing
Records a macro - better: every pdb call made while the recorder is running. Writes the result to a new Python macro/plug-in. This plug-in is just a prototype, to make it really useful some GIMP core support would be require, which isn't available yet. See http://bugzilla.gnome.org/show_bug.cgi?id=51937 for the current state.
Hans Breuer <Hans@Breuer.Org>; 2000

python_fu_separate_rgbb

Input:
INT32run_modeInteractive, Non-Interactive
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
INT32modecurrently ignored
Returns: nothing
See above
Hans Breuer <Hans@Breuer.Org>; 2001

python_fu_shadow_bevel

Input:
INT32run_modeInteractive, Non-Interactive
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
SUCCESSblurShadow blur
INT32bevelBevel the image
INT32shadowMake a drop shadow
INT32drop_xDrop shadow X displacement
INT32drop_yDrop shadow Y displacement
Returns: nothing
Add a drop shadow to a layer, and optionally bevel it.
James Henstridge; 1999

python_fu_sphere

Input:
INT32run_modeInteractive, Non-Interactive
INT32radiusRadius for sphere
SUCCESSlightlight angle
INT32shadowshadow?
COLORbg_colourbackground
COLORsphere_coloursphere
Returns: nothing
Simple spheres with drop shadows (based on script-fu version)
James Henstridge; 1997-1999

python_fu_thumbnail

Input:
INT32run_modeInteractive, Non-Interactive
STRINGpathfilename for the thumnail file
STRINGfilespatterna pattern to select only some files, e.g. [0-9]* (directy passed toglob)
COLORbackgroundbackground color for the page
INT32widthThe width of the thumbnails
INT32bSortSort files alphabetically
INT32bJsInclude JavaScript
Returns: nothing
Creates a thumbnail index file for all images in the selected directory.
Hans Breuer <Hans@Breuer.Org>; 1999

python_fu_whirl_pinch

Input:
INT32run_modeInteractive, Non-Interactive
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
SUCCESSwhirlWhirl angle
SUCCESSpinchPinch amount
SUCCESSradiusradius
Returns: nothing
Distorts an image by whirling and pinching
James Henstridge; 1997-1999

python_fu_xpm

Input:
INT32run_modeInteractive, Non-Interactive
STRINGpathfile to import
INT32bReadDirread all XPM's from dir
Returns: nothing
Imports one or more X PixMaps from the selected directory. The parser only supports simple 'C'-Formattings, but most XPMs are generated like this.
Hans Breuer <Hans@Breuer.Org>; 2000


The Gimp 2.3.2 (win32)Documentation fresh from PDB22:53:16 Fr 22.07.2005
Generated by pdb2doc.py written by Hans Breuer <Hans@Breuer.org>