Function vips_get_tile_size

Source
pub unsafe extern "C" fn vips_get_tile_size(
    im: *mut VipsImage,
    tile_width: *mut c_int,
    tile_height: *mut c_int,
    n_lines: *mut c_int,
)