![]() |
The open imaging DSP library
|
POSIX-specific functions. More...
Functions | |
static int | mpix_image_to_file (struct mpix_image *img, int file_descriptor, size_t buf_size) |
Write an image to an open file. | |
POSIX-specific functions.
|
inlinestatic |
Write an image to an open file.
Append a "posix_write" operation and write the output to an output file as it is processed.
img | Image to process and write to an output file. |
file_descriptor | The POSIX file descriptor number to write to. |
buf_size | The size of the output write buffer. |