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.68k stars 337 forks source link

Why not use vips_resize to resize the image? #387

Open zhaohuxing opened 2 years ago

zhaohuxing commented 2 years ago

I see resize the image, use vips_shrink, vips_reduce, vips_affine instead of vips_resize?