in reply to How can I encode a image file by perl ?

There is PerlMagic which is very versatile and handles all known image formats: http://www.imagemagick.org/www/perl.html

If you need a small input-output routine you can use PPM image format. Simple I/O routines for this one are in my Japhoto.pl! script.

  • Comment on Re: How can I encode a image file by perl ?