PackPNM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=packPNM |formattype=electronic |subcat=Graphics |extensions={{ext|ppn}} |released=2011 }} packPNM is a utility and format for losslessly compressing man...") |
Revision as of 13:27, 15 May 2016
packPNM is a utility and format for losslessly compressing many PNM, BMP, and Radiance HDR image files. Like its counterpart packJPG, it can be thought of as a graphics format, or as a special-purpose compression format.Identification
Apparently, the header of the file is left unchanged, except that the first byte is changed to 0x53 (ASCII "S"). So, a packPNM-compressed binary PPM file begins with "S6" instead of "P6". A compressed BMP file begins with "SM" instead of "BM".