>>>>> "Chris" == Chris Egan <[EMAIL PROTECTED]> writes:

Chris> I'm very new to Perl and have a question that I haven't been able to
Chris> find an answer to. I want to be able to read an image file (BMP, PNG,
Chris> JPEG, etc...) or a series if image files and read the RGB pixel values
Chris> from them and write these to a file.

Chris> I have looked at various image libraries for Perl and around on the
Chris> Internet but I have not been able to find a method of doing what I want
Chris> to do. I'd like to make the program as platform and image independent as
Chris> possible, hence me trying it in Perl.

Chris> Could any point me in the right direction or provide a few hints?

Well, as portable as PerlMagick is...

you can steal the top half of the code at
<http://www.stonehenge.com/merlyn/WebTechniques/col53.html>.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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

Reply via email to