Grx.PnmFormat
PNM file formats.
Note: GRX supports load/save of binaries formats (4,5,6) only.
- PnmFormat.ASCII_PBM
P1: black and white (1bpp) ascii file format
- PnmFormat.ASCII_PGM
P2: grayscale ascii file format
- PnmFormat.ASCII_PPM
P3: RGB ascii file format
- PnmFormat.BINARY_PBM
P4: black and white (1bpp) binary file format
- PnmFormat.BINARY_PGM
P5: grayscale binary file format
- PnmFormat.BINARY_PPM
P6: RGB binary file format