var fDesc=new Array(); fDesc[0] = "DOF PRO is the result of ongoing research, development and programming collaboration in an effort to produce a Photoshop compliant plugin capable of delivering high quality, sophisticated Depth of Field and Bokeh effects quickly and efficiently as a post process.
Depth of field is heavily used in photography, film and computer graphics as a creative element, in typical examples ranging from portraiture to macro photography. In photography, DOF is governed by three factors: aperture, lens focal length and shooting distance. Many consumer class cameras, however, do not provide sufficient and independent control of these parameters. Digital cameras, in particular, usually show a wide depth of field - i.e. they are more tolerant to defocus effects. While this may be welcome in some instances (e.g. snapshot applications), it is often a serious deficiency in others (e.g. portraiture/macro photography). In computer graphics, physically accurate DOF can be effectively generated using complex raytracing techniques that tend to increase rendering times significantly. As a result, computer generated broadcast, print and film production often lacks DOF as a consequence of the lengthy calculation times."; 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 = ''; } }