ImageMagick, perhaps?  <http://www.imagemagick.org/>  Or maybe Image::Info
will do what you want (available from your local CPAN mirror).

On 5/29/02 11:58 AM, "Chris Egan" <[EMAIL PROTECTED]> wrote:

> 
> Hi,
> 
> I'm very new to Perl and have a question that I haven't been able to
> find an answer to. I want to be able to read an image file (BMP, PNG,
> JPEG, etc...) or a series if image files and read the RGB pixel values
> from them and write these to a file.
> 
> I have looked at various image libraries for Perl and around on the
> Internet but I have not been able to find a method of doing what I want
> to do. I'd like to make the program as platform and image independent as
> possible, hence me trying it in Perl.
> 
> Could any point me in the right direction or provide a few hints?
> 
> Thanks,
> 
> Chris.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to