plug_in_nova_Iterator_ALT << INDEX >> plug_in_oilify_Iterator_ALT

plug_in_oilify (1996)

NAME
plug_in_oilify - Modify the specified drawable to resemble an oil painting
SYNOPSIS
plug_in_oilify (run_mode,image,drawable,mask_size,mode)
DESCRIPTION
This function performs the well-known oil-paint effect on the specified drawable. The size of the input mask is specified by 'mask_size'.
MENUPATH
<Image>/Filters/Artistic/Oilify...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
INT32mask_sizeOil paint mask size
INT32modeAlgorithm {RGB (0), INTENSITY (1)}
SOME SYNTAX ALTERNATIVES
$drawable->oilify (mask_size,mode)
$image->oilify (drawable,mask_size,mode)
plug_in_oilify (drawable,mask_size,mode)
oilify Layer (drawable,mask_size,mode)
oilify Image (drawable,mask_size,mode)
oilify Plugin (drawable,mask_size,mode)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/oilify
AUTHOR
Torsten Martinsen
(c)1996 Torsten Martinsen


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>