Vips.Region.invalidate (original) (raw)
Vips
API Version: 8.0
Library Version: 8.17
Type
Methods
black buffer copy equalsregion fetch height image invalidate paint paint_pel position prepare prepare_to region shrink shrink_method width
Generated by gi-docgen 2025.3
Method
VipsRegioninvalidate
Declaration [src]
void
vips_region_invalidate (
VipsRegion* reg
)
Description [src]
Mark a region as containing invalid pixels. Calling this function means that the next time vips_region_prepare() is called, the region will be recalculated.
This is faster than calling vips_image_invalidate_all(), but obviously only affects a single region.
See also