Function
VipsRegionWrite
Description [src]
The function should write the pixels in area from region. a is the
value passed into vips_sink_disc().
See also: vips_sink_disc().
Parameters
region-
Type:
VipsRegionGet pixels from here.
The data is owned by the caller of the function. area-
Type:
VipsRectArea to write.
The data is owned by the caller of the function. a-
Type:
void*Client data.
The argument can be NULL.The data is owned by the caller of the function.