RIOT key features:
- open multiple graphic file formats by looking first at the magic number (it does not need file extension to recognize format)including support for uncommon images types (up to 128 BPP, integer and floating point. EX: hdr images, 16 bit grayscale, etc). Adaptive logarithmic tone mapping algorithm (Drago) used for HDR images
- save and optimize JPEG, GIF and PNG with a simple, clean user interface
- works in dual view: (original - optimized image) or single view (optimized image). Automatic preview of resulting image
- in-place compare function (alternativelly display the original image over the optimized image to notice small pixel changes)
- compress files to desired filesize threshold
- fast processing (all is done in memory); see instant results including resulting filesize
- decide if you want to keep metadata (comments, IPTC, Adobe XMP, EXIF profiles, ICC profiles). Unsupported metadata is removed
- transfer metadata between image formats (destination format must support them)
- common tools: pan and zoom, rotate, flip
- resize image by using well known resample filters (ex: Lanczos3, Catmull Rom, Bicubic, and others)
- the compression and the results are comparable to those of commercial products.
Input image types
common bitmap images as well as Adobe Photoshop PSD files.
Optimization details
Known issues:
- memory leaks when using the IrfanView plugin (especially visible in batch mode) - this will be fixed in the next release
Future plans:
- batch processing multiple images
- Adobe Photoshop Filter support (8BF) - add GML Matting plugin for object extraction.
- twain scanner support
- basic image processing (brightness, contrast, etc)
- jpeg smoothening
- PNG compression optimizations (I need time for this)
- define transparent regions (with variable transparency)
- crop function
- overlay image watermark
You can suggest new features and create polls for implementing them in the official forum.
Available as stand-alone executable (portable app) or dynamic link library for developers. The plugin is already included into the best image viewer worldwide (in my oppinion) - IrfanView. This software uses a modified version of FreeImage open source image library. See http://freeimage.sourceforge.net for details. FreeImage is used under the FIPL license version 1.0.