Socket
Book a DemoInstallSign in
Socket

github.com/mdlayher/imagegrid

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/mdlayher/imagegrid

Source
Go
Version
v0.0.0-20170525025353-49813e33abb7
Version published
Created
Source

imagegrid Build Status GoDoc Go Report Card

Package imagegrid enables composing one or more images into a single image, using a tiled grid pattern. MIT Licensed.

Example

The cmd/gophergrid utility demonstrates usage of package imagegrid, by generating a tiled grid of Go gophers.

$ gophergrid -h
Usage of gophergrid:
  -n int
        number of images per row or column (default 5)

By default, gophergrid will print a PNG image to stdout.

It is recommended to redirect stdout to a file or pipe.
$ gophergrid -n 5 > gopher.png

gopher

The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher

FAQs

Package last updated on 25 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts