Gimp::Pixel 1.211 review

Download
by rbytes.net on

Gimp::Pixel is a how to operate on raw pixels. ***WARNING*** this manpage is no longer up-to-date

License: Perl Artistic License
File size: 266K
Developer: Marc Lehmann
0 stars award from rbytes.net

Gimp::Pixel is a how to operate on raw pixels.

***WARNING*** this manpage is no longer up-to-date. See examples/map_to_gradient for a simple raw-pixel-manipulating plug-in. If you bug me enough I'll rewrite this document.

SYNOPSIS

use Gimp;
use PDL; # to make sensible things with the pixels

# Gimp::GimpDrawable - The GimpDrawable structure
# Gimp::Tile - The Tile family of functions.
# Gimp::PixelRgn - The PixelRgn family of functions.

You can access the pixels in a drawable through tiles or pixel regions. This manpage explains how this is done in perl. All classes (Gimp::GimpDrawable, Gimp::Tile, Gimp::PixelRgn) are available with and without the Gimp:: prefix.

Requirements:
Perl

Gimp::Pixel 1.211 keywords