var fDesc=new Array(); fDesc[0] = "Gallery Remote is a useful utility that facilitates its users the uploading of files to their gallery. This software has an easy to use, user-friendly interface for uploading images in batch mode to the user’s gallery installation without using the web gallery interface. This software is best compatible with gallery version 1.3.2 or later. Some of the striking features of this software include multiple file uploading feature, Drag and Drop support and Image preview. Gallery Remote also includes Image resizing feature by which users can resize their images on the fly. With the help of Gallery remote, users can also create a new album and can also install multiple galleries. Helpful tools like QuickConfig, allows Gallery administrators to make it easy for end-users to set up their Gallery Remote installation.
Gallery Remote also makes use of advanced tools such as MetadataExtractor library to read the EXIF Orientation tags, in order to figure out whether it should automatically rotate the images. Another advanced tool is the Win32 version of Jpegtran to rotate JPEG pictures before uploading them. It may also be used to crop pictures."; 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 = ''; } }