Libjpeg

libjpeg
Original author(s)Tom Lane
Developer(s)
  • Independent JPEG Group
  • Guido Vollbeding
Initial releaseOctober 7, 1991 (1991-10-07)
Stable release
9f  / 14 January 2024 (14 January 2024)
Repositorywww.ijg.org/files/
Written inC
Operating systemCross-platform
Typelibrary
LicenseCustom BSD-like (free software)
Website

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.