Crate pxm

Source
Expand description

§PxM

pxm is a simple loader and saver for PxM (PFM, PBM, etc) formats. Currently only PFM format is supported.

Structs§

PFM
PFM struct contains all the information about a PFM file. Note that
PFMBuilder
Provides the tool to create PFM struct, and fill in all needed information by hand.

Enums§

Endian
Flag indicating whether to store data in Big-endian or Little-endian format.
PXM
Enum containing all supported formats.