var fDesc=new Array(); fDesc[0] = "SmillaEnlarger is a small graphical tool ( based on Qt ) to resize, especially magnify bitmaps in high quality.

One fascinating aspect of analogue photography is, that by means of an Enlarger, you can pick an interesting part of your photo and blow it up to poster size. Whereas zooming into a digital photo just leads to a bunch of colored blocks.

My little tool tries to be an easy-to-use equivalent of the analogue enlarger for the digital photography:

You choose an image file, pick a rectangle and decide how big the result should be ( by scaling factor or by giving width or height of the result ), then you press 'Enlarge & Save' and get an enlarged image with smooth curves instead of blocks, where edges in the original stay ( more or less ) unblurred edges in the result."; 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 = ''; } }