pub type VipsSaveable = c_uint;
Expand description
VipsSaveable: @VIPS_SAVEABLE_MONO: 1 band (eg. CSV) @VIPS_SAVEABLE_RGB: 1 or 3 bands (eg. PPM) @VIPS_SAVEABLE_RGBA: 1, 2, 3 or 4 bands (eg. PNG) @VIPS_SAVEABLE_RGBA_ONLY: 3 or 4 bands (eg. WEBP) @VIPS_SAVEABLE_RGB_CMYK: 1, 3 or 4 bands (eg. JPEG) @VIPS_SAVEABLE_ANY: any number of bands (eg. TIFF)
See also: #VipsForeignSave.