pixallate that
pixellator v2.0 works the same was as the pixelator 1.0, but instead of creating an image file, it outputs each of the pixels as an image on an HTML page. As the images load, the picture builds up.
To speed the process up, individual pixels of the same colour will have the same filename, so they should be cached by the browser. More of the load of this method is taken by the browser, the web server is just generating a load of plain HTML and a bunch of coloured boxes. It could be optimised further by caching the built pixels, but for the moment it's not necessary.






