1TIFF(3) User Contributed Perl Documentation TIFF(3)
23
4
NAME
6Imager::File::TIFF - read and write TIFF files
7
SYNOPSIS
9use Imager;
1011
my $img = Imager->new;
12$img->read(file=>"foo.tiff")
13or die $img->errstr;
1415
$img->write(file => "foo.tif")
16or die $img->errstr;
17
DESCRIPTION
19Imager's TIFF support is documented in Imager::Files.
20
AUTHOR
22Tony Cook <tonyc@cpan.org>
23
SEE ALSO
25Imager, Imager::Files.
2627
28
29
perl v5.32.1 2021-01-27 TIFF(3)