h2non / bimg

Go package for fast high-level image processing powered by libvips C library
https://pkg.go.dev/github.com/h2non/bimg?tab=doc
MIT License
2.65k stars 337 forks source link

expose optional parameters to vips_reduce #428

Open praveensanap opened 1 year ago

praveensanap commented 1 year ago

In this vips_reduce operation was used but the optional parameters were set to NULL, https://github.com/h2non/bimg/pull/141/files

https://www.libvips.org/API/current/libvips-resample.html#vips-reduce we want to change optional parameter from VipsKernel= (default: lanczos3) to cubic. cc @vektah