Activate your free membership today | Log-in

Tuesday, April 15th, 2008

Mosaic Image Builder with Ajax

Category: JavaScript, Showcase

<>p>

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:

JAVASCRIPT:
  1.  
  2. var demo = new MosaicBuilder("60x45" /* image name prefix */, 23 /* number of image files */);
  3. demo.buildMosaic("60x45.bmp" /* image name */);
  4.  

The library uses the BinFileReader.js library to be able to work with binary files with Ajax.

Related Content:

  • ChainBuilder ESB for SOA released
    ChainBuilder ESB 1.0 is a new open source enterprise service bus based on the JBI standard, employing Eclipse-based graphical user interfaces, and an...
  • MOSAIC
    MacOSaiX Mosaic...
  • .NET imaging tool adds ASP.NET AJAX support
    Atalasoft's DotImage 5.0 adds support for the ASP.NET AJAX UpdatePanel control and for Ajax-enabled Web...
  • Ajax cleans up
    Ajax technology is used in Atalasoft, Inc.'s Version 4.0 of DotImage to facilitate cleanup of documents and...
  • Mosaic
    Mosaic was the first widely-distributed graphical browser or viewer for the World Wide Web. It is usually considered to have been the software that...

Posted by Dion Almaer at 6:20 am
4 Comments

++++-
4 rating from 23 votes

4 Comments »

Comments feed TrackBack URI

Wow!. This is art….. :D ASCII / Binary Art.

Comment by jmanuelemus — April 15, 2008

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.

Comment by CupBoy — April 15, 2008

Interesting, but very slow on my fast computer :(

Comment by mudx — April 15, 2008

http://www.nihilogic.dk/labs/jsascii/ — kinda similar

Comment by mudx — April 15, 2008

Leave a comment

You must be logged in to post a comment.