Function ppmload_with_opts

Source
pub fn ppmload_with_opts(
    filename: &str,
    ppmload_options: &PpmloadOptions,
) -> Result<VipsImage>
Expand description

VipsForeignLoadPpmFile (ppmload), load ppm from file (.pbm, .pgm, .ppm, .pfm, .pnm), priority=200, untrusted, is_a, get_flags, header, load filename: &str -> Filename to load from ppmload_options: &PpmloadOptions -> optional arguments returns VipsImage - Output image