var fDesc=new Array(); fDesc[0] = "Photohands 1.0 is a CASIO application included in the cameras package, which allows users to view pictures. It also provides limited photo edition tools. Its interesting (though not easy to understand) interface consists of two panes and a buttons toolbar with not really descriptive icons. Photohands 1.0 is integrated with Photoloader to allow instant access to the photo edition tool. Edition features include setting contrast, brightness, filters, sharpness, etc. The file formats supported by Photohands 1.0 are JPEG, BMP, PNG and TIFF.
Retouching option displays the existing edition tools where users can set the changes either with a slide bar, or entering a value within a specified range. Changes are applied to the picture displayed in the right pane almost immediately, and after completion the picture can be either saved or reloaded to its default settings.
Photohands 1.0 also has printing capability that allows users to print pictures with desired settings.
Though its use is not simple for first time users, they can quickly get used to working with this application, since the tool has a detailed step by step online help, and the provider has also created manuals to help users work with the tool. To download the software users must enter the camera’s serial number."; 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 = ''; } }