imaging
imaging copied to clipboard
Imaging is a simple image processing package for Go
Is it possible to expose the radius parameter in the blur function? The single sigma parameter is not enough.
I want to resize the image to make the size smaller. But I'm suprised to find that the image becomes bigger after resizing. My code: ``` import ( "bytes" "fmt"...
Hi, im not sure if it s a problem with the lib but im experience some issues where images not get fully „rendered“? Looks like this: [Image](https://i.imgur.com/OiXyySg.png) If anyone has...
Does imaging support wartermark text?
Hi buddy , My Code is : src2,_:=imaging.Open("./screen.png") //screen.png is px is 160*60 imaging.Resize(src2,320,120,imaging.Lanczos) err = imaging.Save(src2,"./example02.png") it can`t work , example02.png also is 160*60 how can i resize the...
I'm newbie a developer How to get image from form data type file from api(postman)
Hey @disintegration, I have read your comments posted a years ago saying that WebP is not widely used. However, nowadays it seems that adoption is on it's way in the...
How to get image width from imaging