eLynx SDK
v3.0.1 C++ image processing API reference |
The Portable Bit Map format serves as the common language of a large family of bitmap conversion filters including Portable FloatMap (PFM), Portable Graymap (PGM), Portable Pixmap (PPM), and Portable Anymap (PNM). While the PBM file format stores monochrome bitmaps, PGM additionally stores grayscale bitmaps, and PPM can also store color bitmaps. PNM is not a different file format in itself, but a PNM file can hold PBM, PGM, or PPN files. PFM is a floating-point image format that can be used for 32-bits-per-channel HDR files.
Specification | Portable Network Graphics (PNG) Specification and Extensions |
---|---|
Library | None |
Copyright | Internal |
Samples | SDK |