Enumeration

VipsForeignSaveable

since: 8.0

Declaration

flags Vips.ForeignSaveable

Description [src]

The set of image types supported by a saver.

See also

VipsForeignSave.

Available since: 8.0

Members

VIPS_FOREIGN_SAVEABLE_ANY

Saver supports everything (eg. TIFF)

  • Value: 0
  • Nickname: any
  • Available since: 8.0
VIPS_FOREIGN_SAVEABLE_MONO

1 band.

  • Value: 1
  • Nickname: mono
  • Available since: 8.0
VIPS_FOREIGN_SAVEABLE_RGB

3 bands.

  • Value: 2
  • Nickname: rgb
  • Available since: 8.0
VIPS_FOREIGN_SAVEABLE_CMYK

4 bands.

  • Value: 4
  • Nickname: cmyk
  • Available since: 8.0
VIPS_FOREIGN_SAVEABLE_ALPHA

An extra band.

  • Value: 8
  • Nickname: alpha
  • Available since: 8.0
VIPS_FOREIGN_SAVEABLE_ALL
No description available.
  • Value: 15
  • Nickname: all
  • Available since: 8.0