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

NAME

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

SYNOPSIS

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

DESCRIPTION

19       Imager's GIF 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.36.0                      2022-07-22                            GIF(3)
Impressum