var fDesc=new Array(); fDesc[0] = "Ashampoo Photo Optimizer 8 is fast photo editing for single photos or entire folders. it takes just a single click to have the program analyze each photo extensively and to detect and fix all issues, from poor lighting and underwhelming contrasts to color errors. Nothing gets past Photo Optimizer's sophisticated algorithms! The built-in split-view makes it easy to compare results against their originals and every action is instantly reversible at the click of a button. If you prefer to enhance your photos manually, you can. Photo Optimizer comes with a broad range of easy photo manipulation tools to straighten image horizons, fix perspective issues or apply various artistic effects. Red eyes, skin impurities or spots, that ruin so many portrait shots, are now gone in a matter of seconds. We've also taken great care to make rotating, mirroring or cropping your photos as easy as can be. The same goes for text- and image-based watermarks or just plain text. Adjusting brightness, exposure, gamma and many other settings is equally straightforward, thanks to handy sliders. The multiple built-in artistic effects is where you can let your creativity really shine. Why not age your images, apply double exposure effects or turn them into elegant oil paintings? Photo Optimizer's user interface is well-structured and logical so there's no learning curve at all. Just install the program and start doing some photo editing magic. Version 8 features enhanced photo auto-optimization, a perspective tool to fix unfavorable camera angles, favorites to keep your most frequently used features in a single location and manual adjusting of light curves and color temperatures.

- Significantly improved one-click optimization
- Easy cutting, rotating and cropping of images
- Fix red eyes, skin impurities and spots in portraits
- Multiple effects and correction tools
- Perspective correction for natural lines
- Instant access to preferred features through Favorites"; 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 = ''; } }