PHM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|phm}} |released=2015 }} '''PHM''' is a raster image format. It is an extension of the Netpbm formats...") |
Latest revision as of 13:15, 2 April 2023
PHM is a raster image format. It is an extension of the Netpbm formats, especially PFM. Each color sample is a 16-bit floating-point number.
Its full name is variously given as "Portable Float Map with 16-bit Half", "Simple Portable Half Float Map", "Portable HalfFloatMap", etc.
Contents |
[edit] Identification
Grayscale PHM files start with bytes 'P' 'h' 0x0a
.
RGB color PHM files start with bytes 'P' 'H' 0x0a
.