Method
VipsImageget_mode
Declaration [src]
const char*
vips_image_get_mode (
const VipsImage* image
)
Description [src]
Image modes are things like "t"
, meaning a memory buffer, and "p"
meaning a delayed computation.
Gets property | Vips.Image:mode |