Constructor
VipsImagenew_matrixv
Declaration [src]
VipsImage*
vips_image_new_matrixv (
int width,
int height,
...
)
Description [src]
As vips_image_new_matrix(), but initialise the matrix from the argument
list. After height should be width * height double constants which are
used to set the matrix elements.
::: seealso
vips_image_new_matrix()