• 29 Posts
  • 20 Comments
Joined 2 years ago
cake
Cake day: December 12th, 2023

help-circle
















  • 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”