5.3.4.80. Function image_color_alloc
Defined in File image_compute.h
5.3.4.80.1. Function Documentation
-
img_data_t *image_color_alloc(const size_t img_height, const size_t img_width)
Allocate color image data.
- Parameters
img_height – Image height.
img_width – Image width.
- Returns
Pointer of image data.