Jump to content

Jpeglib: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
[[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. 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 numerus 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]] format graphics 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 numerus times in search for more compression or faster speeds.


==Version==
==Version==

Revision as of 06:11, 4 July 2016

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 format graphics 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 numerus times in search for more compression or faster speeds.

Version

Prerequisites
  • EMX 0.9c or later.

Links

Licence

Open source software released under the BSD like Jpeglib Licence.

Authors & publisher

  • Independent JPEG Group
  • Thomas G. Lane (Original author)
  • Guido Vollbeding (Original Maintainer)
  • Bob Friesenhahn (Current maintainer)
  • Lee Howard (Current maintainer)
  • Jonathan Ciesla (Current maintainer)
  • Frank Warmerdam (Current maintainer)
  • Mikuláš Patočka (OS/2 port)