var fDesc=new Array(); fDesc[0] = "Lossless JPEG Rotator is a free image editor that rotates your digital photographs back to their natural position preserving the quality of the original picture. This neat application creates an exact copy of your original image, including all the information contained in its EXIF header, which is updated according to its new orientation. Besides, when the header includes a thumbnail image, this is also rotated to the correct position.
The rotation process can be performed automatically if the JPEG file includes an orientation indicator. This indicator gathers information from the built-in gravity sensor of some digital cameras, saving their position in which every image is taken. When this information is not present in the JPEG file, the user has to decide the direction of the rotation process. Either way, the resulting image will retain all the data and the quality present in the original photograph, including the EXIF timestamp.
Lossless JPEG Rotator installs directly in your Windows context menus. To perform any automatic or manual rotation, you just need to right-click on an image file or a folder containing images and select the appropriate option. The basic interface that comes with this free tool is merely a settings dialogue, which allows you to configure your personal preferences."; 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 = ''; } }