1Image::ExifTool::PPM(3)User Contributed Perl DocumentatioInmage::ExifTool::PPM(3)
2
3
4
6 Image::ExifTool::PPM - Read and write PPM meta information
7
9 This module is used by Image::ExifTool
10
12 This module contains definitions required by Image::ExifTool to read
13 and write PPM (Portable Pixel Map), PGM (Portable Gray Map) and PBM
14 (Portable BitMap) images.
15
17 Copyright 2003-2019, Phil Harvey (phil at owl.phy.queensu.ca)
18
19 This library is free software; you can redistribute it and/or modify it
20 under the same terms as Perl itself.
21
23 <http://netpbm.sourceforge.net/doc/ppm.html>
24 <http://netpbm.sourceforge.net/doc/pgm.html>
25 <http://netpbm.sourceforge.net/doc/pbm.html>
26
28 "PPM Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm)
29
30
31
32perl v5.28.1 2019-01-10 Image::ExifTool::PPM(3)