wallgen

command module
v0.0.0-...-a0226e0 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

Wallgen

A random wallpaper generator in go.

Usage of wallgen:
  -backround string
    	The background color (default "#000e12")
  -cells int
    	The cell distribution on the grid (0-100) (default 40)
  -inner int
    	The inner circle distribution on a cell (0-100) (default 80)
  -outer int
    	The outer circle distribution on a cell (0-100) (default 60)
  -output string
    	The output file (default "output.png")
  -palette string
    	The palette passed as sorted weighed colors (default "#fa32f3:100,#00a1cd:100,#4b1ff7:30")
  -step int
    	The step between each cells (default 60)
  -x int
    	The the x size of the image (default 800)
  -y int
    	The the y size of the image (default 800)

Example of generation:

Generated with size of 900x900 output.png

Generated with cell distribution set to 80, step to 35 and size 400x400 output.png

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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