imaging icon indicating copy to clipboard operation
imaging copied to clipboard

Imaging is a simple image processing package for Go

Results 33 imaging issues
Sort by recently updated
recently updated
newest added

I want to blur only some area of an image, not entire image. for example, If I pass (x1,y1), (x2,y2) then only that area needs to be blur'ed in an...

I want to compress a tif image of 1GB or more, but it always returns `unknown format` .But it can successfully compress 700MB tif image. ``` f := "E:\\workPlace\\sys-tool\\example\\baidu\\V24080165.tif" fs,...