imgo icon indicating copy to clipboard operation
imgo copied to clipboard

Golang image handling and manipulation library. Golang 图片处理库。

Results 7 imgo issues
Sort by recently updated
recently updated
newest added

这么好用图片处理库star居然这么少

1. 感谢制作这么方便的图片处理组件,用起来很流畅舒服! 2. 有没有可能增加对 gif 图形文档的支持? - 重现代码 ```go // tempFile = "test.gif", width = 300, height = 300, gconv 是别的框架的,请忽略 err = imgo.Load(tempFile).Thumbnail(gconv.Int(width), gconv.Int(height)).Save(tempFile).Error // result // exception recovered:...

图片格式是否能支持webp