pub type VipsForeignPpmFormat = c_uint;
Expand description
VipsForeignPpmFormat: @VIPS_FOREIGN_PPM_FORMAT_PBM: portable bitmap @VIPS_FOREIGN_PPM_FORMAT_PGM: portable greymap @VIPS_FOREIGN_PPM_FORMAT_PPM: portable pixmap @VIPS_FOREIGN_PPM_FORMAT_PFM: portable float map @VIPS_FOREIGN_PPM_FORMAT_PNM: portable anymap
The netpbm file format to save as.
#VIPS_FOREIGN_PPM_FORMAT_PBM images are single bit.
#VIPS_FOREIGN_PPM_FORMAT_PGM images are 8, 16, or 32-bits, one band.
#VIPS_FOREIGN_PPM_FORMAT_PPM images are 8, 16, or 32-bits, three bands.
#VIPS_FOREIGN_PPM_FORMAT_PFM images are 32-bit float pixels.
#VIPS_FOREIGN_PPM_FORMAT_PNM images are anymap images – the image format is used to pick the saver.