On 10/24/07, Ron Savage <[EMAIL PROTECTED]> wrote:
> Why don't you just get the RGBA values like this:
>
> my($x) = 0;
> my($y) = 0;
> my(@pixel) = split(/,/, $original -> Get("Pixel[$x,$y]") );
Generally speaking, that's only useful if you have a relatively few
pixels that you want to manipulate. If you were going to be processing
multi-megapixel images, doing it a pixel at a time would be
intolerably slow.
GNS
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users