|
Bsoft 2.1.4
Bernard's software package
|
#include "rwimg.h"Functions | |
| int | readMIFF (Bimage *p, int readdata, int img_select) |
| Reading an Image Magick map image file format. A 2D image format used for X-windows display. The header is text of variable size ending in a colon, ':'. A binary colour table may follow the header. Files can be directly concatenated for a multi-image file. File format extensions: .miff Byte order determination: none. Data types: depth 8 = byte, depth 16 = short. More... | |
| int | writeMIFF (Bimage *p) |
| Writing an Image Magick map image file format. A 2D image format used for X-windows display. More... | |
| int readMIFF | ( | Bimage * | p, |
| int | readdata, | ||
| int | img_select | ||
| ) |
Reading an Image Magick map image file format. A 2D image format used for X-windows display. The header is text of variable size ending in a colon, ':'. A binary colour table may follow the header. Files can be directly concatenated for a multi-image file. File format extensions: .miff Byte order determination: none. Data types: depth 8 = byte, depth 16 = 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 writeMIFF | ( | Bimage * | p | ) |
Writing an Image Magick map image file format. A 2D image format used for X-windows display.
| *p | the image structure. |