pub fn fill_nearest_with_opts(
inp: &VipsImage,
fill_nearest_options: &FillNearestOptions,
) -> Result<VipsImage>Expand description
VipsFillNearest (fill_nearest), fill image zeros with nearest non-zero pixel
inp: &VipsImage -> Input image argument
fill_nearest_options: &FillNearestOptions -> optional arguments
returns VipsImage - Value of nearest non-zero pixel