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 resampling kernel param in vips_reduce #431

Closed praveensanap closed 6 months ago

praveensanap commented 1 year ago

Adds Kernel in bimg.Option.

Uses the kernel param in vips_reduce https://www.libvips.org/API/current/libvips-resample.html#vips-reduce

Tries to solve https://github.com/h2non/bimg/issues/428