imgen

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2021 License: MPL-2.0 Imports: 12 Imported by: 0

README

IMGEN

Image Generator

Run on Docker

docker run -d --name imgen -p 3000:3000 ctrlaltdev/imgen

You can also customize what port is used in the container:

docker run -d --name imgen -e "PORT=5000" -p 3000:5000 ctrlaltdev/imgen

Usage

There are 3 parameters available:

  • Format (svg, png, jpg), default: svg
  • Width, default: 1920
  • Height, default: 1080

You can specify only the format, or only the dimensions, both or none:

  • /
  • /png/
  • /300/150/
  • /jpg/200/600/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL