imaging
imaging copied to clipboard
Imaging is a simple image processing package for Go
Hey! First of all thanks for a great library, it's one of the best out there. I'm reporting this issue just for the sake of consistency, because we first encountered...
It's hard to use this package I just find this tutorial https://socketloop.com/tutorials/golang-resize-image can you put more examples???plz and what is this error: ``` cannot find package "golang.org/x/image/bmp" in any of:...
step1、 dstImage := imaging.Resize(srcImage, 210, 250, imaging.Lanczos) step2、 I need dstImage byte data ,how to do?
Hi, i am new to golang. I was trying to crop a image. While, the imaging library works flawless. I am having hard time showing cropped image in a window....
I have a requirement to supply the radius instead of calculating it based on the sigma input. I implemented it like this: ``` -func Blur(img image.Image, sigma float64) *image.NRGBA {...
Do you think a posterization effect would be a good fit for this library? [Posterization](https://en.wikipedia.org/wiki/Posterization) is not very difficult to implement. It would just be a slight departure from the...
under the FAQ you have: The stadard `image/*` packages do not... `standard` is misspelled. ___ Also what is the difference between `Resize()` and `Fit()`?
A combination of scale, resize and shear can be used to convert an image to isometric perspective.
is the speed fast enough?