plug_in_apply_canvas << INDEX >> plug_in_applylens_Iterator_ALT

plug_in_applylens (1997)

NAME
plug_in_applylens - Apply a lens effect
SYNOPSIS
plug_in_applylens (run_mode,image,drawable,refraction,keep_surroundings,set_background,set_transparent)
DESCRIPTION
This plug-in uses Snell's law to draw an ellipsoid lens over the image
MENUPATH
<Image>/Filters/Glass Effects/Apply Lens...
IMAGETYPES
RGB*, GRAY*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
FLOATrefractionLens refraction index
INT32keep_surroundingsKeep lens surroundings
INT32set_backgroundSet lens surroundings to bkgr value
INT32set_transparentSet lens surroundings transparent
SOME SYNTAX ALTERNATIVES
$drawable->applylens (refraction,keep_surroundings,set_background,set_transparent)
$image->applylens (drawable,refraction,keep_surroundings,set_background,set_transparent)
plug_in_applylens (drawable,refraction,keep_surroundings,set_background,set_transparent)
applylens Layer (drawable,refraction,keep_surroundings,set_background,set_transparent)
applylens Image (drawable,refraction,keep_surroundings,set_background,set_transparent)
applylens Plugin (drawable,refraction,keep_surroundings,set_background,set_transparent)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/apply_lens
AUTHOR
Morten Eriksen
(c)1997 Morten Eriksen


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