Enumeration

VipsSaveable

Declaration

enum Vips.Saveable

Description [src]

See also: VipsForeignSave.

Members

VIPS_SAVEABLE_MONO

1 band (eg. CSV).

  • Value: 0
  • Available since: 8.0
VIPS_SAVEABLE_RGB

1 or 3 bands (eg. PPM).

  • Value: 1
  • Available since: 8.0
VIPS_SAVEABLE_RGBA

1, 2, 3 or 4 bands (eg. PNG).

  • Value: 2
  • Available since: 8.0
VIPS_SAVEABLE_RGBA_ONLY

3 or 4 bands (eg. WEBP).

  • Value: 3
  • Available since: 8.0
VIPS_SAVEABLE_RGB_CMYK

1, 3 or 4 bands (eg. JPEG).

  • Value: 4
  • Available since: 8.0
VIPS_SAVEABLE_ANY

Any number of bands (eg. TIFF).

  • Value: 5
  • Available since: 8.0
VIPS_SAVEABLE_LAST

No description available.

  • Value: 6
  • Available since: 8.0