Author: admin

“Compress to size” bugs fixed (plugin version only)

A bug has been found in the plugin version of RIOT that affects JPEG compress to size. This has been fixed in version 0.1.13 and will be fixed for 0.2.x in the next version. IrfanView users that worked with Save

Posted in News

Version 0.2 released with Unicode and EXIF support. End of Windows 9x compatibility

Version 0.2.0 was released to add some important features. First of all the application now uses unicode nativelly, and can open/save filenames with international characters. The highly demanded EXIF support is there to let you keep or remove EXIF profiles

Posted in News

version 0.1.11

I’ve just released build 0.1.11 to fix some minor bugs in version 0.1.10. Changelog: v.0.1.11 (stable candidate #8) – bugfix: plugin – IrfanView sends a filename even if file does not exist (like Clipboard01). This resulted in an “Error opening

Posted in News

Important fixes in version 0.1.10

I just released version 0.1.10 that has important fixes. The most important are transparency preservation on color quantization, drastically decreased memory usage, RGBF type TIFF support, vista icon support (ex: 256×256 PNG compressed), IPTC support for RIOT Lite. v.0.1.10 (stable

Posted in News

RIOT Lite vs Extended version

I received many questions regarding the difference between the Lite and the Extended version. I hope this article can clear things out. RIOT is a project aimed to create a FREE tool for image optimization (especially for web, but not

Posted in News

Version 0.1.9 released (stable candidate #6)

I have just released version 0.1.9 – another stable candidate. This is a bugfix/improvement only release. Waiting for a stable release until we can go any further with branch 0.2. This version fixes loading problems with uncommon image types like

Posted in News

PNG description

Portable Network Graphics (PNG) is a bitmapped image format that employs lossless data compression. PNG was created to improve upon and replace GIF (Graphics Interchange Format) as an image-file format not requiring a patent license. It is pronounced /ˈpɪŋ/ or spelled out as P-N-G. The PNG initialism is optionally recursive, unofficially standing for “PNG’s Not GIF”.

PNG supports palette-based (palettes of 24-bit RGB colors), greyscale or RGB images. PNG was designed for transferring images on the Internet, not professional graphics, and so does not support other color spaces (such as CMYK).

Posted in Optimization Tips

Launched IrfanView RIOT plugin

Starting with the new IrfanView release (4.20) this well known graphic viewer and basic image editor includes my RIOT plugin. RIOT can be used to optimize images for the web by selecting „Save for web” from the File menu. As

Posted in News

JPEG description

JPEG is the most common image format used by digital cameras and other photographic image capture devices, and is the most common format for storing and transmitting photographic images on the World Wide Web.

Posted in Optimization Tips

Basic understanding of web formats

There are only three graphic file formats that are used on the web: JPEG, GIF and PNG.

The most important thing to understand is when to use each type. JPEG, GIF and PNG use very different forms of encoding and compression of the data that give them quite different uses.

GIF and PNG files work best on text, text-art, cartoons, drawings, ilustrations, any art which needs transparent backgrounds.
GIF is limited in the total number of colors to 256 or less. PNG is more advanced and can handle true color images, but doing so significantly increases file size.

JPEG on the other hand works best on photographs. JPEG does not handle sharp edges and can produce artifacts due to his lossy compression.

But let’s learn more about each format.

Posted in Optimization Tips