Last updated 3 years ago
Generate thumbnails。
width
int
Width of the thumbnails.
height
Height of the thumbnails.
The instance of *imgo.Image .
*imgo.Image
package main import ( "github.com/fishtailstudio/imgo" ) func main() { imgo.Load("gopher.png"). Thumbnail(50, 50).