bild:纯Go中的图像处理算法
比尔
纯Go中的并行图像处理算法的集合。
该项目的目的是在绝对高性能的基础上简化使用和开发,但是大多数算法被设计为高效并在可用时利用并行性。
它尽可能使用标准库中的包,以减少依赖关系使用和开发抽象。
所有操作都从标准库返回图像类型。
文献资料
提供了各种软件包的文档。
CLI用法
从源下载并编译:
go get github.com/anthonynsimon/bild
或在上获取针对您的平台的预编译二进制文件
bild
A collection of parallel image processing algorithms in pure Go
Usage:
bild [command]
Available Commands:
adjust adjust basic image features like brightness or contrast
blend blend two images together
blur blur an image using the specified method
channel