Man Page: imager::file::sgi
Operating Environment: debian
Section: 3pm
SGI(3pm) User Contributed Perl Documentation SGI(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 SGI(3pm)
| Related Man Pages |
|---|
| imager::color::float(3pm) - debian |
| imager::font::wrap(3pm) - debian |
| imager::largesamples(3pm) - debian |
| imager::security(3pm) - debian |
| imager::transform(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |