Function libvips::ops::ppmsave

source ·
pub fn ppmsave(inp: &VipsImage, filename: &str) -> Result<()>
Expand description

VipsForeignSavePpmFile (ppmsave), save image to ppm file (.pbm, .pgm, .ppm, .pfm, .pnm), priority=0, rgb inp: &VipsImage -> Image to save filename: &str -> Filename to save to