Documentation
¶
Overview ¶
Package imagegrid enables composing one or more images into a single image, using a tiled grid pattern.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Draw ¶
Draw combines a slice of image.Images into a single image, tiling the images from left-to-right, then top-to-bottom.
n determines how many images will be drawn in each row or column. n must be greater than zero.
At least one image must be passed in the slice. Each image must have identical dimensions, and must be perfectly square.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
gophergrid
Command gophergrid creates a PNG image with a grid of tiled gophers.
|
Command gophergrid creates a PNG image with a grid of tiled gophers. |
Click to show internal directories.
Click to hide internal directories.