TPFMFileFormat Class
ImagingPortableMaps | Legend | Members | Methods | Properties | Hierarchy

Portable Float Map is unofficial extension of PNM format family which can store images with floating point pixels.

Pascal
public TPFMFileFormat = class(TPortableMapFileFormat);
File

ImagingPortableMaps (at line 135)

Description

Raster data is saved in binary format as array of IEEE 32 bit floating point numbers. One channel or RGB images are supported by PFM format (so no alpha).

Hierarchy
Related Information
You are here: Symbol Reference > Classes > TPFMFileFormat Class