1PNG(3)                User Contributed Perl Documentation               PNG(3)
2
3
4

NAME

6       Imager::File::PNG - read and write PNG files
7

SYNOPSIS

9         use Imager;
10
11         my $img = Imager->new;
12         $img->read(file=>"foo.png")
13           or die $img->errstr;
14
15         $img->write(file => "foo.png")
16           or die $img->errstr;
17

DESCRIPTION

19       Imager's PNG support is documented in Imager::Files.
20

AUTHOR

22       Tony Cook <tonyc@cpan.org>
23

SEE ALSO

25       Imager, Imager::Files.
26
27
28
29perl v5.32.1                      2021-01-27                            PNG(3)
Impressum