Space wallpapers

I've been doing some space wallpapers.
Generated images with a custom bash script, then combined and reworked in gimp.



2 Likes

How did you generate images with a bash script?

Brontosaurusrex from another forum made wonderful scripts. Scripts mostly need convert from the imagemagic package. The scripts create several temporary images and merge them into one final image. I change the scripts so that the temorary images are not removed when the script finishes. That way I can play with them in GIMP with better results.

https://raw.githubusercontent.com/brontosaurusrex/stretchbang/master/bin/noise
https://raw.githubusercontent.com/brontosaurusrex/stretchbang/master/bin/noiseAndDirt
https://raw.githubusercontent.com/brontosaurusrex/stretchbang/master/bin/plasma

I also change some parameters in the scripts.

1 Like

That’s cool. I had no idea you could generate images with bash scripts. Thanks.