(no title)
dsmmcken | 2 years ago
It does a subtle blur, then a subtle sharpen, then repeats the middle pixel of a 3x3 grid. Happy holidays!
Doesn't work on mobile, probably needs some pixel scaling math.
dsmmcken | 2 years ago
It does a subtle blur, then a subtle sharpen, then repeats the middle pixel of a 3x3 grid. Happy holidays!
Doesn't work on mobile, probably needs some pixel scaling math.
rikroots|2 years ago
jansan|2 years ago
Then it creates a composite of the original image and the just generated pattern, basically coloring the 2x2 squares with colors from the original image.
Finally it blows up the 2x2 squares to 10x10 squares using the feMorphology filter primitive with "dilate" type.
A very clever filter indeed.