Function libvips::ops::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), priority=200, untrusted, is_a, get_flags, header, load filename: &str -> Filename to load from ppmload_options: &PpmloadOptions -> optional arguments returns VipsImage - Output image