Developer(s) | Independent JPEG Group Guido Vollbeding (maintainer)[1][2] |
---|---|
Initial release | October 7, 1991 |
Stable release | 9f[3]
/ 14 January 2024 |
Repository | github |
Written in | C |
Operating system | Cross-platform |
Type | library |
License | Custom BSD-like (free software) |
Website | ijg jpegclub.org |
libjpeg is a free library with functions for handling the JPEG image data format. It implements a JPEG codec (encoding and decoding) alongside various utilities for handling JPEG data. It is written in C and distributed as free software together with its source code under the terms of a custom permissive (BSD-like) free software license, which demands attribution. The original variant is maintained and published by the Independent JPEG Group (IJG). Meanwhile, there are several forks with additional features.
JPEG JFIF images are widely used on the Web. The amount of compression can be adjusted to achieve the desired trade-off between file size and visual quality.[4]
The only concern was that Guido Vollbeding is not likely subscribed to this list and IJG JPEG is essentially developed by one person.