[][src]Function libvips::ops::cache_with_opts

pub fn cache_with_opts(
    inp: &VipsImage,
    cache_options: &CacheOptions
) -> Result<VipsImage>

VipsCache (cache), cache an image inp: &VipsImage -> Input image cache_options: &CacheOptions -> optional arguments returns VipsImage - Output image