var fDesc=new Array(); fDesc[0] = "Presto! ImageFolio 4.5 is a multimedia processing program helpful in processing photographs, graphics, and drawings captured from devices like scanners, VCR's, laser discs, digital cameras etc. The tool can capture images from sources such as scanners, capture boxes, digital cameras etc. It has a TWAIN interface support which features an automatic fine-tuning during the process of scanning.

ImageFolio supports image formats such as TIF, PCX, BMP, TGA, JPG, PCD, WMF and PNG. It has an additional support for flash pix format. The program has a support for 48-bit true color image format. Presto Image folio is also bundled with a progressive image compression/decompression utility. The printer gamma adjustment is also supported with this software.

It has an in-built feature to preview the image before taking a printout. Color adjustments can also be made during the process of editing. It supports OLE 2.0 along with layer manager. It has a simultaneous document processing which makes it very efficient. The fine tuning functions helps in adjusting factors such as brightness, contrast etc. The filter smoothens up the image. The effect browser provides with sequenced effects.

The user can create new images or enhance the existing ones. Images can be edited using the tools and options. Effects can be added to enhance the image to a greater level."; 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 = ''; } }