Image Mosaics with Ajax
April 16, 2008 on 11:43 am | Tags: ajax, Development, Imaging, Web2.0 | In Development, Imaging, Lire, LireDemo, Web2.0 | 1 CommentDid you ever think image mosaics in a web application are something that can only be rendered on server side? Well a very interesting post gives an example for the generation of image mosaics with JavaScript and Ajax. The authors employs a JavaScript binary file reader and uses the raw values from greyscale BMPs to find the mosaic. The approach for mosaic creation is simply yet effective: The overall luminance of an image is taken as “single value descriptor” and single pixels are substituted by very small BMPs.
Related Links:
- Ajax mosaic builder – The blog entry describing the Ajax way of mosaic creation
- Lire Demo – The offline way for image mosaic creation (also featuring colored images and formats different from BMP)
© 2004-2010 by Mathias Lux
>> Contents of this page are licensed under the Creative Commons Attribution-Share Alike 3.0 Austria License license <<