plug_in_warp_Iterator_ALT << INDEX >> plug_in_waves

plug_in_warp_sharp (2000-05-11)

NAME
plug_in_warp_sharp - Sharpen the current drawable
SYNOPSIS
plug_in_warp_sharp (run_mode,image,drawable,edge_detection,blur_radius,bump_depth,intensity)
DESCRIPTION
Sharpen the current drawable by squeezing unsharp edges. Algorithm described by Joern Loviscach in c't 22/1999, p 236.
MENUPATH
<Image>/Filters/Enhance/Warp Sharp...
IMAGETYPES
RGB*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
FLOATedge_detectionEdge detection
FLOATblur_radiusBlur radius
INT32bump_depthBump depth
FLOATintensityDisplace Intensity
SOME SYNTAX ALTERNATIVES
$drawable->warp_sharp (edge_detection,blur_radius,bump_depth,intensity)
$image->warp_sharp (drawable,edge_detection,blur_radius,bump_depth,intensity)
plug_in_warp_sharp (drawable,edge_detection,blur_radius,bump_depth,intensity)
warp_sharp Layer (drawable,edge_detection,blur_radius,bump_depth,intensity)
warp_sharp Image (drawable,edge_detection,blur_radius,bump_depth,intensity)
warp_sharp Plugin (drawable,edge_detection,blur_radius,bump_depth,intensity)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/warp-sharp
AUTHOR
Simon Budig <simon@gimp.org>, Peter Daum
(c)2000-05-11 Simon Budig, Peter Daum


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