pub fn linecache_with_opts(
    inp: &VipsImage,
    linecache_options: &LinecacheOptions
) -> Result<VipsImage>
Expand description

VipsLineCache (linecache), cache an image as a set of lines inp: &VipsImage -> Input image linecache_options: &LinecacheOptions -> optional arguments returns VipsImage - Output image