5.3.4.91. Function image_gs_alloc
Defined in File image_compute.h
5.3.4.91.1. Function Documentation
-
img_data_t *image_gs_alloc(const size_t img_height, const size_t img_width)
Allocate grayscale image data.
- Parameters
img_height – Image height.
img_width – Image width.
- Returns
Pointer of image data.