Function Macro
VipsREGION_ADDR
since: 8.0
Declaration [src]
#define VIPS_REGION_ADDR (
R,
X,
Y
)
Description [src]
This macro returns a pointer to a pixel in a region. The (X, Y)
coordinates need to be within the VipsRect (R->valid).
If DEBUG is defined, you get a version that checks bounds for you.
See also
Available since: 8.0
This function is not directly available to language bindings.