Jump to content

Jpeglib: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo 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, 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 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 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==
* LibC Version (Netlabs RPM repository): "yum install libjpeg" (2016-11-30)
* 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)
* EMX version: [http://hobbes.nmsu.edu/h-search.php?key=jpeglib- Jpeglib 9.b] (2016-07-02) Requires [[EMX]] 0.9c or later.
* Version 9c (2018-01-14)


==Links==
==Links==
* [http://www.ijg.org Independent JPEG Group homepage]
* [http://www.ijg.org Independent JPEG Group]
* [http://www.infai.org/jpeg/ Jpeglib development site]
* [http://jpegclub.org/reference/reference-sources/ Jpeglib development site]


==Licence==
==Licence==
Line 23: Line 23:
* [[Mikuláš Patočka]] (OS/2 port)
* [[Mikuláš Patočka]] (OS/2 port)


[[Category:C Libraries]]
[[Category:C Libraries]][[Category:Software written in C]][[Category:Open Source Software]]
[[Category:MS Windows Tools]]
[[Category:BeOS Tools]]
[[Category:Amiga Tools]]
[[Category:Software written in C]]
[[Category:Open Source Software]]

Revision as of 13:46, 5 February 2018

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 9b (2016-01-17) - EMX 0.9c build: jpeglib-9b.zip (2016-07-02)
  • Version 9c (2018-01-14)

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)