Commit | Line | Data |
---|---|---|
04b6f77c TC |
1 | Imager::File::JPEG provides JPEG file format support for Imager. |
2 | ||
0953e1cf TC |
3 | It requires libjpeg to be installed, any version from jpeg6b or later. |
4 | libjpeg-turbo is also supported. | |
5 | ||
6 | For Linux distributions this typically requires installation of the | |
7 | associated -dev or -devel package. | |
8 | ||
9 | See Imager::Install for more information. | |
04b6f77c TC |
10 | |
11 | This is currently shipped as part of Imager, but Imager may install | |
12 | with out installing Imager::File::JPEG, so if you need JPEG support, | |
13 | add a dependency on Imager::File::JPEG. |