| 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 |
| INT32 | run_mode | Interactive, Non-Interactive |
| STRING | String | string |
| STRING | Font | Font |
| INT32 | Font_Size | Size |
| INT32 | Antialias | Antialias |
| COLOR | Font_Color1 | Font color (Active) |
| COLOR | Font_Color2 | Font color |
| COLOR | Button_Color1 | Button color (Active) |
| COLOR | Button_Color2 | Button color |
| COLOR | Background_Color | Background color |
| SUCCESS | Optical_Top | Top Reflection Optical |
python_fu_benchmark_foreground_extract
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| STRING | image_folder | Image folder |
| INT32 | save_output | Save output images |
python_fu_clothify
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| IMAGE | image | The image to work on |
| DRAWABLE | drawable | The drawable to work on |
| INT32 | x_blur | X blur |
| INT32 | y_blur | Y blur |
| INT32 | azimuth | Azimuth |
| INT32 | elevation | Elevation |
| INT32 | depth | Depth |
python_fu_console
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
python_fu_crash
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
python_fu_foggify
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| IMAGE | image | The image to work on |
| DRAWABLE | drawable | The drawable to work on |
| STRING | name | The new layer name |
| COLOR | colour | The colour of the fog |
| SUCCESS | turbulence | The turbulence |
| SUCCESS | opacity | The opacity |
python_fu_pdb2doc
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| STRING | path | Path to store documentation (filename ignored!) |
| COLOR | background | The background color for the pages |
| INT32 | prototypes | Include function prototypes (input and output parameters) |
| INT32 | alphabetic | generate an alphabetic index |
| INT32 | by_author | generate an index sorted by authors |
| INT32 | by_module | generate an index sorted by modules |
| INT32 | by_menu | generate an index sorted by menu entries |
python_fu_pdb_browse
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
python_fu_py_slice
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| IMAGE | image | The image to work on |
| DRAWABLE | drawable | The drawable to work on |
| STRING | save_path | The path to export the HTML to |
| STRING | html_filename | Filename to export |
| STRING | image_basename | What to call the images |
| STRING | image_extension | The format of the images: {gif, jpg, png} |
| INT32 | separate_image_dir | Use a separate directory for images? |
| STRING | relative_image_path | The path to export the images to, relative to the Save Path |
| INT32 | capitalize_tags | Capitalize HTML tags? |
| INT32 | cellspacing | Add space between the table elements |
python_fu_record
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
python_fu_separate_rgbb
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| IMAGE | image | The image to work on |
| DRAWABLE | drawable | The drawable to work on |
| INT32 | mode | currently ignored |
python_fu_shadow_bevel
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| IMAGE | image | The image to work on |
| DRAWABLE | drawable | The drawable to work on |
| SUCCESS | blur | Shadow blur |
| INT32 | bevel | Bevel the image |
| INT32 | shadow | Make a drop shadow |
| INT32 | drop_x | Drop shadow X displacement |
| INT32 | drop_y | Drop shadow Y displacement |
python_fu_sphere
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| INT32 | radius | Radius for sphere |
| SUCCESS | light | light angle |
| INT32 | shadow | shadow? |
| COLOR | bg_colour | background |
| COLOR | sphere_colour | sphere |
python_fu_thumbnail
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| STRING | path | filename for the thumnail file |
| STRING | filespattern | a pattern to select only some files, e.g. [0-9]* (directy passed toglob) |
| COLOR | background | background color for the page |
| INT32 | width | The width of the thumbnails |
| INT32 | bSort | Sort files alphabetically |
| INT32 | bJs | Include JavaScript |
python_fu_whirl_pinch
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| IMAGE | image | The image to work on |
| DRAWABLE | drawable | The drawable to work on |
| SUCCESS | whirl | Whirl angle |
| SUCCESS | pinch | Pinch amount |
| SUCCESS | radius | radius |
python_fu_xpm
Input:
| INT32 | run_mode | Interactive, Non-Interactive |
| STRING | path | file to import |
| INT32 | bReadDir | read all XPM's from dir |
| The Gimp 2.3.2 (win32) | Documentation fresh from PDB | 22:53:16 Fr 22.07.2005 |
| Generated by pdb2doc.py written by Hans Breuer <Hans@Breuer.org> | ||