PFM (Portable Float Map)
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
(→Identification) |
||
Line 15: | Line 15: | ||
Files begin with ASCII characters "<code>PF</code>" or "<code>Pf</code>, followed by a whitespace character. | Files begin with ASCII characters "<code>PF</code>" or "<code>Pf</code>, followed by a whitespace character. | ||
− | See also [[Augmented PFM#Identification]]. | + | See also [[Augmented PFM#Identification]] and [[PACKFILE (Brad Smith)#Identification]]. |
== Software == | == Software == |
Latest revision as of 13:04, 24 February 2025
- "PFM" redirects here. For the font format, see Adobe Type 1.
PFM (Portable FloatMap) is the unofficial floating point Netpbm image format.
Such a format has been invented multiple times, in incompatible ways. The most standard version of it is probably the one supported by Netpbm, which apparently came from the HDR Shop graphics software.
See also Augmented PFM.
Contents[hide] |
[edit] Identification
Files begin with ASCII characters "PF
" or "Pf
, followed by a whitespace character.
See also Augmented PFM#Identification and PACKFILE (Brad Smith)#Identification.