Method
VipsImagewrite_line
Declaration [src]
int
vips_image_write_line (
VipsImage* image,
int ypos,
VipsPel* linebuffer
)
Description [src]
Write a line of pixels to an image. This function must be called repeatedly
with ypos
increasing from 0 to VipsImage:height
.
linebuffer
must be VIPS_IMAGE_SIZEOF_LINE() bytes long.
See also
Parameters
ypos
-
Type:
int
Vertical position of scan-line to write.
linebuffer
-
Type:
VipsPel
Scanline of pixels.
The data is owned by the caller of the method.