![]() |
Bsoft 2.1.4
Bernard's software package
|
Functions for reading and writing RAW files. More...
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... | |
Variables | |
int | verbose |
Functions for reading and writing RAW files.
A RAW file is a generalized image file defined as consisting of an optional header, and a contiguous, non-compressed block of data
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. |
|
extern |