plug_in_unsharp_mask << INDEX >> plug_in_video_Iterator_ALT

plug_in_video (2nd March 1997)

NAME
plug_in_video - Apply low-dotpitch RGB simulation to the specified drawable
SYNOPSIS
plug_in_video (run_mode,image,drawable,pattern_number,additive,rotated)
DESCRIPTION
This function simulates the degradation of being on an old low-dotpitch RGB video monitor to the specified drawable.
MENUPATH
<Image>/Filters/Distorts/Video...
IMAGETYPES
RGB*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image (unused)
DRAWABLEdrawableInput drawable
INT32pattern_numberType of RGB pattern to use
INT32additiveWhether the function adds the result to the original image
INT32rotatedWhether to rotate the RGB pattern by ninety degrees
SOME SYNTAX ALTERNATIVES
$drawable->video (pattern_number,additive,rotated)
$image->video (drawable,pattern_number,additive,rotated)
plug_in_video (drawable,pattern_number,additive,rotated)
video Layer (drawable,pattern_number,additive,rotated)
video Image (drawable,pattern_number,additive,rotated)
video Plugin (drawable,pattern_number,additive,rotated)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/video
AUTHOR
Adam D. Moss (adam@foxbox.org)
(c)2nd March 1997 Adam D. Moss (adam@foxbox.org)


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