Jump to content

Jpeglib: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 9: Line 9:
[[Image:Jpeg9.png|right|250px]]
[[Image:Jpeg9.png|right|250px]]
A multi-platform open source [[C]] library for creating, reading and writing JPEG graphic files, with a very limited support for reading and writing GIF files as well. It was originally created in 1991 by a group known as the '''Independent JPEG Group''' as a reference implementation and library for the JPEG file format and is widely used and has been forked a numerous times in search for more compression or faster speeds.
A multi-platform open source [[C]] library for creating, reading and writing JPEG graphic files, with a very limited support for reading and writing GIF files as well. It was originally created in 1991 by a group known as the '''Independent JPEG Group''' as a reference implementation and library for the JPEG file format and is widely used and has been forked a numerous times in search for more compression or faster speeds.
Sample applications:
*cjpeg - compress image file to JPEG image file
*djpeg - decompress to PPM/PGM (PBMPLUS), BMP, Utah RLE, and Targa formats
*jpegtran - lossless transcoding between different JPEG formats, lossless rotation and flipping
*rdjpgcom - extract textual comments in JFIF files
*wrjpgcom - insert textual comments in JFIF files


==Version==
==Version==

Revision as of 16:36, 30 June 2021

Jpeglib
[[File:{{{Picture}}}|128px]]
Name jpeglib
Version 9c (Jan 2018)
Vendor Independent JPEG Group
Author Thomas G. Lane
Guido Vollbeding
Bob Friesenhahn
Lee Howard
Jonathan Ciesla
Frank Warmerdam
Licence Jpeglib Licence
WWW

A multi-platform open source C library for creating, reading and writing JPEG graphic files, with a very limited support for reading and writing GIF files as well. It was originally created in 1991 by a group known as the Independent JPEG Group as a reference implementation and library for the JPEG file format and is widely used and has been forked a numerous times in search for more compression or faster speeds.

Sample applications:

  • cjpeg - compress image file to JPEG image file
  • djpeg - decompress to PPM/PGM (PBMPLUS), BMP, Utah RLE, and Targa formats
  • jpegtran - lossless transcoding between different JPEG formats, lossless rotation and flipping
  • rdjpgcom - extract textual comments in JFIF files
  • wrjpgcom - insert textual comments in JFIF files

Version

  • 5a (1995)
  • 6a (1996)
  • 6b (1998)

Builds for OS/2 using emx by Mikuláš Patočka

Links