Commit | Line | Data |
---|---|---|
04b6f77c TC |
1 | Imager::File::TIFF provides TIFF file format support for Imager. |
2 | ||
0953e1cf TC |
3 | It requires libtiff to be installed, including development files. |
4 | ||
5 | For Linux distributions this typically requires installation of the | |
6 | associated -dev or -devel package. | |
7 | ||
8 | See Imager::Install for more information. | |
04b6f77c TC |
9 | |
10 | This is currently shipped as part of Imager, but Imager may install | |
11 | with out installing Imager::File::TIFF, so if you need TIFF support, | |
12 | add a dependency on Imager::File::TIFF. | |
13 | ||
14 | Makefile.PL will reject libtiff 3.9.0 due to a bug in that release. |