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

NAME

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

SYNOPSIS

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

DESCRIPTION

19       Imager's TIFF 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.0                      2020-07-28                           TIFF(3)
Impressum