礼物:图像过滤工具包 源码
去图像过滤工具包(礼品) 礼品包装盒提供了一组有用的图像处理过滤器。 快走Go标准库之外没有外部依赖项。 安装/更新 go get -u github.com/disintegration/gift 文件资料 快速开始 // 1. Create a new filter list and add some filters. g := gift . New ( gift . Resize ( 800 , 0 , gift . LanczosResampling ), gift . UnsharpMask ( 1 , 1 , 0 ), ) // 2. Create a new image
文件列表
gift-master.zip
(预估有个52文件)
gift-master
utils.go
4KB
go.mod
38B
testdata
src.jpg
136KB
dst_maximum.png
32KB
dst_grayscale.png
17KB
dst_unsharp_mask.png
39KB
dst_rotate_180.png
34KB
dst_contrast_increase.png
37KB
暂无评论