var fDesc=new Array();
fDesc[0] = "Not just another photo mosaic creator! Mosaizer is a set of professional digital creativity tools to work with a large number of bitmaps. Alpha masks, 3D effects, post-processing filters and user-made masks are key for creative photo mosaics. One of the special tools, the 'Mosaizer', recreates a picture from pieces of itself: great effect with virtually no limit to the size of the result: 4 million bitmaps or 4.6 GB. Mosaizer is a very fast tool, in seconds a photo mosaic is made. Because of it's accurate and fast color matching capability, Mosaizer is used by (semi-)professionals all over the world.
Additional features:
+ Overlays - bitmaps on top of each cell of the photo mosaic to create depth
+ 32Bit bitmap masks - combine the bitmap overlay and its alpha mask
+ 3D effects - like shadow, buttons, windows and splat!
+ Multiple file formats: bmp, jpg (jpeg), png, ico, gif, wmf and emf
+ The Genuine Paintbrush - to literally paint with pictures
+ The Libraizer - to simplify the creation of picture libraries
+ The Masker - control panel to mange the varity of masks, overlays and 3D effects
+ Edit functionality - to edit parts of the result by search/replace
+ Photo-Mixer - create funny effects by mixing two photos
+ Single cell mosaizing - to paint a picture by repeatedly using its own bitmap
+ Pre-processing - make sure the best picture library is used
+ Post-processing filters (smooth, anti-alias, sharpen, blend, etc)
+ Cell colorizing - to better match with the source colours
+ The Match Probe - to explore and check the library for color (range) similarity
+ Extensive preferences and program input data management - to ease your personal workflow";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}