# Packages
No description provided by the author
# README
Image
Install
go get github.com/framehack/image
Usage
-
load image from url
img, size, err := image.LoadImageURL(ctx, "image/to/load")
-
draw multi images
reader, err := image.Draw(ctx, imgList)