-
-
12 Jun 2022 05:40:45 UTC
- Distribution: Imager-File-PNG
- Module version: 0.98
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (322 / 0 / 1)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (64.09KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Imager
- XSLoader
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Imager::File::PNG - read and write PNG files
SYNOPSIS
use Imager; my $img = Imager->new; $img->read(file=>"foo.png") or die $img->errstr; $img->write(file => "foo.png") or die $img->errstr;
DESCRIPTION
Imager's PNG support is documented in Imager::Files.
AUTHOR
Tony Cook <tonyc@cpan.org>
SEE ALSO
Imager, Imager::Files.
Module Install Instructions
To install Imager::File::PNG, copy and paste the appropriate command in to your terminal.
cpanm Imager::File::PNG
perl -MCPAN -e shell install Imager::File::PNG
For more information on module installation, please visit the detailed CPAN module installation guide.