var fDesc=new Array(); fDesc[0] = "HDRengine handles over 380 different RAW photo formats, with thumbnail and preservation of key EXIF metadata, as well as the popular JPEG and TIFF file formats (export and import).

HDRengine features many automated tools such as Auto Tone Mapper, auto contrast or auto alignment to rush the whole HDR process."; 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 = ''; } }