var fDesc=new Array(); fDesc[0] = "SD Viewer presents photos as a contact sheet in the right window pane of the program, and the size of the thumbnails is variable. The left window pane reveals the directory structure and makes it easy to switch from one directory to another.

SD Viewer does not offer any means to edit images, some aspects of images can be manipulated. Photos can be rotated, resized and re-saved to BMP or TIFF format. Moreover, SD Viewer is able to show the shooting data encoded with the image.


Finally, files can be filtered according to their format — JPEG, TIFF or MOV — making it easy to find like files."; 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 = ''; } }