hot scans an image for pixels that will give unsave values of chrominance or composite signale amplitude when encoded into an NTSC or PAL signal. Three actions can be performed on these ``hot'' pixels. (0) reduce luminance, (1) reduce saturation, or (2) Blacken.
MENUPATH
<Image>/Filters/Colors/Hot...
IMAGETYPES
RGB
INPUT ARGUMENTS
TYPE
NAME
DESCRIPTION
INT32
run_mode
Interactive, non-interactive
IMAGE
image
The Image
DRAWABLE
drawable
The Drawable
INT32
mode
Mode -- NTSC/PAL
INT32
action
The action to perform
INT32
new_layerp
Create a new layer iff True
SOME SYNTAX ALTERNATIVES
$drawable->hot (mode,action,new_layerp) $image->hot (drawable,mode,action,new_layerp) plug_in_hot (drawable,mode,action,new_layerp) hot Layer (drawable,mode,action,new_layerp) hot Image (drawable,mode,action,new_layerp) hot Plugin (drawable,mode,action,new_layerp)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/hot
AUTHOR
Eric L. Hernes, Alan Wm Paeth (c)1997 Eric L. Hernes