Mosaic

Mosaic the image.

Parameters

Return Values

The instance of *imgo.Image .

Examples

package main

import "awesomeProject/imgo"

func main() {
    imgo.Load("gopher.png").
        Mosaic(5, 60, 50, 120, 100).
        Save("out.png")
}

Last updated