how did you generate the background image? is it a photo sampled using H+V (discarding S)? are the triangles oriented randomly? looks nice (better than the wobble, imho, which i think has too high an amplitude - could be smaller and perhaps faster. i suppose a way to adjust parameters would be out of the question? ;o).
It looks like it just uses the raw RGB values from the image, sampled in a 25x25 grid spanning the image. The orientation isn't random, but is chosen to avoid the sharper regions of the image, preferring to pick the points representative of smoother areas of colour.
6 comments
[ 2.0 ms ] story [ 21.5 ms ] threadIt looks like it just uses the raw RGB values from the image, sampled in a 25x25 grid spanning the image. The orientation isn't random, but is chosen to avoid the sharper regions of the image, preferring to pick the points representative of smoother areas of colour.