Jump to content

Jpeglib: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Software
|Name=jpeglib
|Version=9c (Jan 2018)
|Vendor=Independent JPEG Group
|Author=Thomas G. Lane<br />Guido Vollbeding<br />Bob Friesenhahn<br />Lee Howard<br />Jonathan Ciesla<br />Frank Warmerdam
|Licence=[[Jpeglib Licence]]
|WWW=
}}
[[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.


==Version==
==Version==
* Version 9b (2016-01-17) - EMX 0.9c build: [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/jpeglib-9b.zip jpeglib-9b.zip] (2016-07-02)
* 5a (1995)
* Version 9c (2018-01-14)
* 6a (1996)
* 6b (1998)
''OS/2 port by [[Mikuláš Patočka]]''
* 9 (2013) - emx 0.9c build: [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/jpeglib-9.zip jpeglib-9.zip]
* 9a (2014) - emx 0.9c build: [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/jpeglib-9a.zip jpeglib-9a.zip]
* 9b (2016-01-17) - emx 0.9c build: [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/jpeglib-9b.zip jpeglib-9b.zip] (2016-07-02)
* 9c (2018-01-14) - emx 0.9c build: [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/jpeglib-9c.zip jpeglib-9c.zip] (2018-03-29)


==Links==
==Links==
* [http://www.ijg.org Independent JPEG Group]
* [http://www.ijg.org Independent JPEG Group]
* [http://jpegclub.org/reference/reference-sources/ Jpeglib development site]
* [http://jpegclub.org/reference/reference-sources/ Jpeglib development site]
==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)


[[Category:C Libraries]][[Category:Software written in C]][[Category:Open Source Software]]
[[Category:C Libraries]][[Category:Software written in C]][[Category:Open Source Software]]

Revision as of 20:49, 2 July 2019

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.

Version

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

OS/2 port by Mikuláš Patočka

Links