var fDesc=new Array(); fDesc[0] = "Brightness Guide - Improves Brightness of Unevenly Lightened Photos.
The program lights up dark areas while keeping light areas intact.
Will rescue some of photos which you considered hopelessly spoiled.
Useful to those who should photograph at insufficient or uneven lighting.
Download ◆ Order for $45 USD ◆ Discount ◆ Free license ◆ 12
Corrects brightness defects caused by flashlight (too dark background), by a deep shadow or backlighting.
Parameters of lighting can be selected in real time, when change of settings cause immediate change of the image.
The program offers these tools: Lighting; Adjustment; Local Contrast; Resize; Crop; Rotation; Text."; 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 = ''; } }