perl_fu_pixelgen << INDEX >> perl_fu_prep4gif

perl_fu_pixelmap (19991115)

NAME
perl_fu_pixelmap - Maps Pixel values and coordinates through general Perl expressions
SYNOPSIS
perl_fu_pixelmap (run_mode,image,drawable,expression)
DESCRIPTION
DESCRIPTION Not yet written yet, sorry... $p The source pixels (1..4 bytes per pixel, depending on format). Use like this: $p*3.5 # the return value is the result $P The source pixels without alpha. Use it like this: $P *= 0.5; $p # modify $P inplace, return also modified $p as result $x A two-dimensional vector containing the x-coordinates of each point in the current tile: $x = (zeroes(long,$w)->xvals + $destination->x)->dummy(1,$h)->sever; $y A two-dimensional vector containing the y-coordinates of each point in the current tile: $y = (zeroes(long,$h)->xvals + $destination->y)->dummy(0,$w)->sever; $bpp The bytes per pixel value of the destination area.
MENUPATH
<Image>/Filters/Map/Pixelmap...
IMAGETYPES
*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, [non-interactive]
IMAGEimageThe image to work on
DRAWABLEdrawableThe drawable to work on
STRINGexpressionThe perl expression to use
SOME SYNTAX ALTERNATIVES
$drawable->pixelmap (expression)
$image->pixelmap (drawable,expression)
perl_fu_pixelmap (drawable,expression)
pixelmap Layer (drawable,expression)
pixelmap Image (drawable,expression)
pixelmap Channel (drawable,expression)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/pixelmap
AUTHOR
Marc Lehmann
(c)19991115 Marc Lehmann <pcg@goof.com>


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