var fDesc=new Array(); fDesc[0] = "Resize Magic is a software that resizes images with a high quality algorithm, similar to the Lanczos algorithm used by other programs, with some modifications.
Resize Magic will give you a better image than your graphic program when creating poster-size images, but it is designed for optimal performance when reducing the size of an image.

Resize Magic reduces the size of your images maintaining optimal sharpness. Note that it does NOT apply a sharpening filter after resizing. A sharpening filter gives a sharper appearance but cannot create details lost by low quality resizing. Resize Magic also does not create artifacts so your image always looks as it should be."; 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 = ''; } }