|
Bsoft 2.1.4
Bernard's software package
|
Header file for reading and writing Raw files. More...
#include "rwimg.h"Functions | |
| int | readRAW (Bimage *p, int img_select) |
| Reading a raw block of data in a file. More... | |
| int | writeRAW (Bimage *p) |
| Writing a raw block of data in a file. More... | |
Header file for reading and writing Raw files.
A Raw file is defined as consisting of only a block data with no additional info Format: Generic customizable 3D image file format
| int readRAW | ( | Bimage * | p, |
| int | img_select | ||
| ) |
Reading a raw block of data in a file.
| *p | the image structure. |
| img_select | image selection in multi-image file (-1 = all images). |
| int writeRAW | ( | Bimage * | p | ) |
Writing a raw block of data in a file.
| *p | the image structure. |