Method

VipsImagehasalpha

Declaration [src]

gboolean
vips_image_hasalpha (
  VipsImage* image
)

Description [src]

Look at an image’s interpretation and see if it has extra alpha bands. For example, a 4-band VipsInterpretation would, but a six-band VipsInterpretation would not.

Return TRUE if image has an alpha channel.

Return value

Type: gboolean

No description available.