plug_in_gfig_Iterator_ALT << INDEX >> plug_in_gflare_Iterator_ALT

plug_in_gflare (1997)

NAME
plug_in_gflare - Produce lense flare effect using custom gradients
SYNOPSIS
plug_in_gflare (run_mode,image,drawable,gflare_name,xcenter,ycenter,radius,rotation,hue,vangle,vlength,use_asupsample,asupsample_max_depth,asupsample_threshold)
DESCRIPTION
This plug-in produces a lense flare effect using custom gradients. In interactive call, the user can edit his/her own favorite lense flare (GFlare) and render it. Edited gflare is saved automatically to the directory in gflare-path, if it is defined in gimprc. In non-interactive call, the user can only render one of GFlare which has been stored in gflare-path already.
MENUPATH
<Image>/Filters/Light Effects/GFlare...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
STRINGgflare_nameThe name of GFlare
INT32xcenterX coordinate of center of GFlare
INT32ycenterY coordinate of center of GFlare
FLOATradiusRadius of GFlare (pixel)
FLOATrotationRotation of GFlare (degree)
FLOAThueHue rotation of GFlare (degree)
FLOATvangleVector angle for second flares (degree)
FLOATvlengthVector length for second flares (percentage to Radius)
INT32use_asupsampleWhether it uses or not adaptive supersampling while rendering (boolean)
INT32asupsample_max_depthMax depth for adaptive supersampling
FLOATasupsample_thresholdThreshold for adaptive supersampling
SOME SYNTAX ALTERNATIVES
$drawable->gflare (gflare_name,xcenter,ycenter,radius,rotation,hue,vangle,vlength,use_asupsample,asupsample_max_depth,asupsample_threshold)
$image->gflare (drawable,gflare_name,xcenter,ycenter,radius,rotation,hue,vangle,vlength,use_asupsample,asupsample_max_depth,asupsample_threshold)
plug_in_gflare (drawable,gflare_name,xcenter,ycenter,radius,rotation,hue,vangle,vlength,use_asupsample,asupsample_max_depth,asupsample_threshold)
gflare Layer (drawable,gflare_name,xcenter,ycenter,radius,rotation,hue,vangle,vlength,use_asupsample,asupsample_max_depth,asupsample_threshold)
gflare Image (drawable,gflare_name,xcenter,ycenter,radius,rotation,hue,vangle,vlength,use_asupsample,asupsample_max_depth,asupsample_threshold)
gflare Plugin (drawable,gflare_name,xcenter,ycenter,radius,rotation,hue,vangle,vlength,use_asupsample,asupsample_max_depth,asupsample_threshold)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/gflare
AUTHOR
Eiichi Takamori
(c)1997 Eiichi Takamori, and a lot of GIMP people


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