|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing PNM files. More...
#include "rwimg.h"Functions | |
| int | readPNM (Bimage *p, int readdata, int img_select) |
| Reading a PNM type file. A simple image format. PBM bit image format. PGM grayscale image format. PPM RGB color image format. File format extensions: .pbm, .pgm, .ppm The header contains ascii text indicating the image and element sizes. Data types: byte, unsigned short. More... | |
| int | writePNM (Bimage *p) |
| Writing a PNM type file. A simple image format. More... | |
Header file for reading and writing PNM files.
Format: 2D simple image file format
| int readPNM | ( | Bimage * | p, |
| int | readdata, | ||
| int | img_select | ||
| ) |
Reading a PNM type file. A simple image format. PBM bit image format. PGM grayscale image format. PPM RGB color image format. File format extensions: .pbm, .pgm, .ppm The header contains ascii text indicating the image and element sizes. Data types: byte, unsigned short.
| *p | the image structure. |
| readdata | flag to activate reading of image data. |
| img_select | image selection in multi-image file (-1 = all images). |
| int writePNM | ( | Bimage * | p | ) |
Writing a PNM type file. A simple image format.
| *p | the image structure. |