[][src]Function libvips::ops::tilecache_with_opts

pub fn tilecache_with_opts(
    inp: &VipsImage,
    tilecache_options: &TilecacheOptions
) -> Result<VipsImage>

VipsTileCache (tilecache), cache an image as a set of tiles inp: &VipsImage -> Input image tilecache_options: &TilecacheOptions -> optional arguments returns VipsImage - Output image