var fDesc=new Array(); fDesc[0] = "The main purpose of this popular tool is to quickly and easily resize photos from a digital camera to a smaller size for further use (especially to share the photos on web or by email). Nevertheless, Jpeg Resampler 2010 also offers many other features such as:
- convert between image formats (JPG, PNG, BMP, JNG, GIF, TGA, JP2, TIF, PSD, XPM)
- 8 different methods of resizing (to megapixels, percents of original, exact size, max size, file size and others)
- 11 filters to apply (for example sharpen, blur, soften, average etc)
- 10 different color formats (RGB, ARGB, indexed, grayscale etc)
- 5 different types of sorting the images (useful when we change their names)
- 4 threads for processing images (extremely improves performance on some machines)
- compact (simple) mode for beginners and advanced mode for advanced users, compact mode offers only the most important features (see the image on the right)
- support for EXIF (autorotation based on EXIF, copy EXIF to target image, extract EXIF to text file)
- support of presets (actual settings may be saved to a preset for later re-use)
- easy creation of a HTML that contains the resampled images and optionally thumbnails
- advanced support of file name conversion with several available shortcuts
- supports adding of text or logo (watermark) to resampled images, several special effects offered
- supports adding of GPS coordinates of the photo based on GPX
- Shell context support - program can integrate into Windows Explorer (rightclick an image or directory to start Jpeg Resampler)
- support of scanning images from a scanner and process them just like any other source image (save to any supported format with any settings)."; 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 = ''; } }