var fDesc=new Array(); fDesc[0] = "Adobe Camera Raw 4.0 is the raw digital image enhancing utility that adds another feather to your Adobe Photoshop. Being compatible to professional as well as mediocre cameras this tool allows you to quickly and easily deal with the raw digital images within the Adobe Photoshop boundaries.
The tool allows you to process your digital negatives by giving you high quality and eye-catching output images in return. The amazing tool is exclusively designed to server professional photographers with its outstanding power and capability. With a list of rich features this tool provides total editing capabilities for .jpg or tif formats and multiple image processing tabs to serve the end user. Moreover, the tool integrates a couple of slider choices like; the exposure slider, the recovery slider, fill light slider, blacks slider, brightness slider, contrast slider, vibrance slider, saturation slider and much more that help in giving your images perfect touch. Useful tabs comprise capabilities for; Tone Curve, HSL/Grayscale, Split Toning, Details, Lens Correction, Camera Calibration, and Presets; whereas other basic tabs help in making major adjustments in your images. This useful tool that is also capable in processing multiple images for photographers is compatible with popular cameras like; Canon EOS 450D, Fujifilm S100FS, Nikon D60, Olympus SP-570 UZ, Pentax K20D, and much more."; 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 = ''; } }