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 propertyVips.Image:mode

Return value

Returns: const char*
 

The image mode.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.