Function
VipsImagematrix_from_array
Declaration [src]
VipsImage*
vips_image_matrix_from_array (
int width,
int height,
const double* array,
int size
)
Description [src]
A renamed vips_image_new_matrix_from_array()
. Some gobject bindings do not
like more than one _new method.
This function is not directly available to language bindings.