English | 简体中文
Image Golang
=> Img Go
=> ImGo
[ˈɪmɡəʊ]
ImGo
is an open source Golang image handling and manipulation library. It provides an easier and expressive way to create, edit, and compose images.
go get -u github.com/fishtailstudio/imgo
English Documentation | 简体中文文档
package main
import "github.com/fishtailstudio/imgo"
func main() {
imgo.Load("background.png").
Resize(250, 350).
Insert("gopher.png", 50, 50).
Save("out.png")
}
Feel free to dive in! Open an Issue or submit PRs.
If you like or are using this project, please give it a star. Thanks!
MIT © fishtailstudio