debian man page for imager::file::sgi

Query: imager::file::sgi

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SGI(3pm)						User Contributed Perl Documentation						  SGI(3pm)

NAME
Imager::File::ICO - read MS Icon files
SYNOPSIS
use 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;
DESCRIPTION
Imager's MS Icon support is documented in Imager::Files.
AUTHOR
Tony Cook <tonyc@cpan.org>
SEE ALSO
Imager, Imager::Files. perl v5.14.2 2012-03-18 SGI(3pm)
Related Man Pages
imager::color::float(3pm) - debian
imager::expr(3pm) - debian
imager::inline(3pm) - debian
imager::matrix2d(3pm) - debian
imager::preprocess(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?