PFM (Portable Float Map)
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files and more software links) |
|||
Line 16: | Line 16: | ||
* [[Netpbm]] | * [[Netpbm]] | ||
* [[ImageMagick]] | * [[ImageMagick]] | ||
+ | * [[XnView]] | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/image/pfm/ | ||
== Resources == | == Resources == | ||
* [http://netpbm.sourceforge.net/doc/pfm.html Netpbm: PFM graphic image file format] | * [http://netpbm.sourceforge.net/doc/pfm.html Netpbm: PFM graphic image file format] | ||
* [http://www.pauldebevec.com/Research/HDR/PFM/ PFM Portable FloatMap Image Format] | * [http://www.pauldebevec.com/Research/HDR/PFM/ PFM Portable FloatMap Image Format] |
Revision as of 16:07, 1 August 2020
- "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.
Contents |
Identification
Files begin with ASCII characters "PF
" or "Pf
".