var fDesc=new Array(); fDesc[0] = "Image Tools is a screen capture, file sharing and image processing tool. It features multi-threaded batch image resizing, conversion, cropping, flipping/rotating, watermarks, decolorizing (grayscale, negative, sepia), and optimizing. The BMP, GIF, TIFF, JPEG, PNG, and EMF image types are supported. It is compatible with MONO (only for GNOME). Multicore processing is supported to increase performance. The quality for output when optimizing is variable. Color channels can be filtered. An internal benchmarking tool is available. Indexed pixel format images can be processed.
Features:
- BMP, GIF, JPEG, TIFF, PNG, EMF image types support
- Able to crop, resize, flip and rotate, watermark, convert conversion and effects (grayscale, negative, sepia)
- Full MONO GNOME support
- Ultimate screen sharing and file uploads on IMDrops.com
- Full multimonitor support
- Adjustments for brightness, contrast and gamma
- Multithread model (optimized for multiprocessors since 2.0) - extreme perfomance
- Variable quality for output
- Colors channels filtering
- Mass optimize mode (through convert)
- Internal benchmarking tool
- Able to process indexed pixel format images"; 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 = ''; } }