this post was submitted on 27 Jul 2025
542 points (99.5% liked)

unix_surrealism

2956 readers
119 users here now

The underscore is very important!

irc.libera.chat

A place to share original content related to computers, content, surrealism, wizardry and everything else.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] lime@feddit.nu 14 points 2 months ago (1 children)

is that a bumpmap or cosmic background?

[โ€“] NoFood4u@sopuli.xyz 15 points 2 months ago

The background is made from a plain purple color with added HSV noise. Then an effect is added on top of everything by copying the entire image into a new layer and applying a convolution with a kernel like this:

-1  0  0  0  0
 0 -1  0  0  0
 0  0  1  0  0
 0  0  0  1  0
 0  0  0  0  1

In GIMP those are under "filters > noise > HSV noise" and "filters > generic > convolution"