Linux Candy

Linux Candy: WallGen – image generator tool

Last Updated on May 25, 2022

shape command

The shape command lets you generate high quality images based on a beautiful shape.

You can choose from the following shapes: hexagon, square, diamond, triangle, and isometric.

The example below uses hexagons to create the wallpaper, with a white outline around each hexagon.

$ wallgen shape 700 -t hex -o "#ffffff"

WallGen Hexagon
Click for full size image

Let’s add the swirl effect, increase the number of hexagons, and tweak the outline color.

$ wallgen shape 700 -sw -t hex -o "#00ddff" -p 7

WallGen-Hexagon-Swirl
Click for full size image

For the final example, I’ll force specific colors to be used.

$ wallgen shape 700 -t isometric -o "#00eeff" -c "#ff0099" -c "#00ddff" -o "#2c2c2c" -p 5

WallGen-Triangles
Click for full size image

Next page: Page 5 – slants command

Pages in this article:
Page 1 – Introduction / Installation
Page 2 – In Operation – poly command
Page 3 – pic command
Page 4 – shape command
Page 5 – slants command
Page 6 – Summary

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments