var fDesc=new Array(); fDesc[0] = "TruView PhotoFlair is a powerful image-enhancement and editing tool that combines easiness of use with high-quality results. Its extensive list of enhancement functions, together with a variety of resizing, rotating, and cropping tools, provide any user with an efficient photo editor for their TIFF, JPEG, PNG, BMP, and PPM digital images.

TruView PhotoFlair is the only available image editor that incorporates the Retinex algorithm for automatic image enhancement. This function, developed jointly with NASA, provides excellent results when dealing with underexposure problems, and low color contrast. This algorithm offers different settings for different types of photographs, such as portraits and scenic views. To apply this and any other of its available enhancing tools you just need one single click.

The extensive functionality of TruView PhotoFlair allows you to modify the histogram values of your images either manually or automatically; to change the color map, either by manipulating each of the color bands individually, or by using its gamma function; to enhance the contrast values, to blur the image, or to turn your photographs into negatives. It also includes pure editing functions, that will help you to rotate, crop, resize, or flip (horizontally or vertically) your images without losing any quality. Any of these changes can be applied to a large number of images by using its batch-mode functionality. Finally, you can even select a different output file format for your images."; 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 = ''; } }