Function cache_with_opts

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

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