文件名称:blend:Go的图像处理库和渲染工具包
文件大小:1.4MB
文件格式:ZIP
更新时间:2024-05-29 16:56:00
Go
混合 Go的图像处理库和渲染工具包。 (在制品) 安装: 该库与Go1兼容。 go get github.com/phrozen/blend 用法: import "github.com/phrozen/blend" 使用此便利功能: func BlendNewImage ( dst , src image. Image , mode BlendFunc ) image. Image { ... } // src is the top layer, dst is the bottom layer. 例如: import "github.com/phrozen/blend" // Read two images 'source' and 'destination' (image.Image) // Blend source (top layer) into destinati