plug_in_borderaverage_Iterator_ALT << INDEX >> plug_in_bump_map_Iterator_ALT

plug_in_bump_map (April 2000, 3.0-pre1-ac2)

NAME
plug_in_bump_map - Create an embossing effect using an image as a bump map
SYNOPSIS
plug_in_bump_map (run_mode,image,drawable,bumpmap,azimuth,elevation,depth,xofs,yofs,waterlevel,ambient,compensate,invert,type)
DESCRIPTION
This plug-in uses the algorithm described by John Schlag, "Fast Embossing Effects on Raster Image Data" in Graphics GEMS IV (ISBN 0-12-336155-9). It takes a drawable to be applied as a bump map to another image and produces a nice embossing effect.
MENUPATH
<Image>/Filters/Map/Bump Map...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableInput drawable
DRAWABLEbumpmapBump map drawable
FLOATazimuthAzimuth
FLOATelevationElevation
INT32depthDepth
INT32xofsX offset
INT32yofsY offset
INT32waterlevelLevel that full transparency should represent
INT32ambientAmbient lighting factor
INT32compensateCompensate for darkening
INT32invertInvert bumpmap
INT32typeType of map (LINEAR (0), SPHERICAL (1), SINUOSIDAL (2))
SOME SYNTAX ALTERNATIVES
$drawable->bump_map (bumpmap,azimuth,elevation,depth,xofs,yofs,waterlevel,ambient,compensate,invert,type)
$image->bump_map (drawable,bumpmap,azimuth,elevation,depth,xofs,yofs,waterlevel,ambient,compensate,invert,type)
plug_in_bump_map (drawable,bumpmap,azimuth,elevation,depth,xofs,yofs,waterlevel,ambient,compensate,invert,type)
bump_map Layer (drawable,bumpmap,azimuth,elevation,depth,xofs,yofs,waterlevel,ambient,compensate,invert,type)
bump_map Image (drawable,bumpmap,azimuth,elevation,depth,xofs,yofs,waterlevel,ambient,compensate,invert,type)
bump_map Plugin (drawable,bumpmap,azimuth,elevation,depth,xofs,yofs,waterlevel,ambient,compensate,invert,type)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/bumpmap
AUTHOR
Federico Mena Quintero, Jens Lautenbacher & Sven Neumann
(c)April 2000, 3.0-pre1-ac2 Federico Mena Quintero, Jens Lautenbacher & Sven Neumann


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