Constructor
VipsImagenew_from_image1
Declaration [src]
VipsImage*
vips_image_new_from_image1 (
VipsImage* image,
double c
)
Description [src]
Creates a new image with width, height, format, interpretation, resolution
and offset taken from image
, but with one band and each pixel having the
value c
.
See also
Parameters
image
-
Type:
VipsImage
Image to copy.
The data is owned by the caller of the function. c
-
Type:
double
Constants.