Tuesday, April 15th, 2008
Mosaic Image Builder with Ajax
Andy Na has posted about building mosaic pictures using binary ajax techniques.
You can check out the demo in action.
The library allows you to do this via:
-
-
var demo = new MosaicBuilder("60x45" /* image name prefix */, 23 /* number of image files */);
-
demo.buildMosaic("60x45.bmp" /* image name */);
-
The library uses the BinFileReader.js library to be able to work with binary files with Ajax.













Wow!. This is art….. :D ASCII / Binary Art.
I don’t think I’ve ever had the need to make a mosaic like this, but it is awesome just the same and the binary ajax thing could be very useful. Nice.
Interesting, but very slow on my fast computer :(
http://www.nihilogic.dk/labs/jsascii/ — kinda similar