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

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