Query: imager::file::ico
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ICO(3pm) User Contributed Perl Documentation ICO(3pm)NAMEImager::File::ICO - read MS Icon filesSYNOPSISuse Imager; my $img = Imager->new; $img->read(file=>"foo.ico") or die $img->errstr; my @imgs = Imager->read_multi(file => "foo.ico") or die Imager->errstr; $img->write(file => "foo.ico") or die $img->errstr; Imager->write_multi({ file => "foo.ico" }, @imgs) or die Imager->errstr;DESCRIPTIONImager's MS Icon support is documented in Imager::Files.AUTHORTony Cook <tonyc@cpan.org>SEE ALSOImager, Imager::Files. perl v5.14.2 2012-03-18 ICO(3pm)