Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: a454160da2b4b4f177d587282cb5dce3b9c8d1bf Size: 1.05 MB File Format: zip
Rating: 2.608695652
out of 5
based on 23 user ratings
Downloads: 530 License: Free
libjpeg is a free software by IJG and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download libjpeg which is 1.05 MB in size and belongs to the software category Components Libraries. libjpeg was released on 2013-02-01 and last updated on our database on 2017-03-21 and is currently at version 9.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
libjpeg Description
libjpeg is a library designed to help you compress JPEG images.
The libjpeg library provides C code to read and write JPEG-compressed image files. The surrounding application program receives or supplies image data a scanline at a time, using a straightforward uncompressed image format.
All details of color conversion and other preprocessing/postprocessing can be handled by the library.
The library includes a substantial amount of code that is not covered by the JPEG standard but is necessary for typical applications of JPEG. These functions preprocess the image before JPEG compression or postprocess it after decompression.
They include colorspace conversion, downsampling/upsampling, and color quantization. The application indirectly selects use of this code by specifying the format in which it wishes to supply or receive image data. For example, if colormapped output is requested, then the decompression library automatically invokes color quantization.
A wide range of quality vs. speed tradeoffs are possible in JPEG processing, and even more so in decompression postprocessing. The decompression library provides multiple implementations that cover most of the useful tradeoffs, ranging from very-high-quality down to fast-preview operation.
On the compression side we have generally not provided low-quality choices, since compression is normally less time-critical. It should be understood that the low-quality modes may not meet the JPEG standards accuracy requirements; nonetheless, they are useful for viewers.
By itself, the library handles only interchange JPEG datastreams --- in particular the widely used JFIF file format.
The library can be used by surrounding code to process interchange or abbreviated JPEG datastreams that are embedded in more complex file formats. (For example, this library is used by the free LIBTIFF library to support JPEG compression in TIFF).