var fDesc=new Array(); fDesc[0] = "Ashampoo Photo Optimizer 2020 is quite possibly the easiest photo editor ever. That's because it only takes a single click to make the magic happen. Your photos will be auto-analyzed and all potential weaknesses regarding lighting, color temperature and contrasts detected. Afterwards, the new algorithm will recreate each photo–with powerful results. Even mediocre shots will suddenly appear more vibrant and harmonious. But no photo editor would be complete without the classic features like color, brightness, contrast, and gamma manipulation. You can also freely crop, rotate and resize your photos. Version 2020 comes with significantly enhanced photo auto-optimization as well as tools for sharpening and adaptive blurring. For noticeably greater performance and stability, memory management has been optimized throughout the program.

- 1-click photo editing
- Sharpen photos
- Rotate and mirror photos
- Crop photos
- Resize photos
- Print photos"; 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 = ''; } }