Constructor

VipsRegionnew

Declaration [src]

VipsRegion*
vips_region_new (
  VipsImage* image
)

Description [src]

Create a region. VipsRegion s start out empty, you need to call vips_region_prepare() to fill them with pixels.

See also: vips_region_prepare().

Parameters

image VipsImage
 

Image to create this region on.

 The data is owned by the caller of the function.

Return value

Returns: VipsRegion
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.