A
Alx
I'd like to read an image file - in PBM/PGM format, to perform some
processing on the image itself.
I didnt find exactly what I need on CPAN:
Image::Magick looks powerful, but it seems to let you read and apply
the manipulation methods that itself provides - I'd like instead to
just get a beautiful array @image=(00,FF,CC,...) with pixel color
values.
Do you happen to know what I could use?
Thanks a lot...
Alessandro Magni
processing on the image itself.
I didnt find exactly what I need on CPAN:
Image::Magick looks powerful, but it seems to let you read and apply
the manipulation methods that itself provides - I'd like instead to
just get a beautiful array @image=(00,FF,CC,...) with pixel color
values.
Do you happen to know what I could use?
Thanks a lot...
Alessandro Magni