It was Tuesday, February 24, 2004 when John took the soap box, saying:
: a image convertor.
: 
: I cannot find anything.
: 
: BMP<=>JPEG
: JPEG<=>GIF
: BMP<=>GIF

  use Imager;
  my $imager = Imager->new;
  $image->open(file => "foo.bmp", type => "bmp");
  $image->write(file => "foo.jpg", type => "jpg");

And so on. :-)

  Casey West

-- 
"Special today---no ice cream."
 --In a Swiss mountain inn


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to