Implement Photoshop Stained Glass filter
Brought to you by:
mrijk
This filter is pretty straightforward to implement.
Parameters:
2 <= Cell Size <= 50
1 <= Border Thickness <= 20
0 <= Light Intensity <= 10
Steps:
1) Divide picture in hexagons
2) Fill hexagon with randomly picked color in this hexagon
3) Draw hexagon borders with foreground color
Logged In: YES
user_id=21209
Photoshop algorithm based on Voronoi diagrams