Skip to content
forked from thorfdbg/libjpeg

A complete implementation of 10918-1 (JPEG) comming from jpeg.org (the ISO group) with extensions for HDR currently discussed for standardization.

Notifications You must be signed in to change notification settings

pymedphys/libjpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libjpeg

A complete implementation of 10918-1 (JPEG) comming from jpeg.org (the ISO group) with extensions for HDR standardized as 18477 (JPEG XT)

This release also includes the "JPEG on Steroids" improvements implemented for the ICIP 2016 Grand Challenge on Image Compression. For ideal visual performance, run jpeg as follows:

jpeg -q -oz -v -qt 3 -h -s 1x1,2x2,2x2 input.ppm output.jpg

About

A complete implementation of 10918-1 (JPEG) comming from jpeg.org (the ISO group) with extensions for HDR currently discussed for standardization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • Makefile 1.4%
  • Other 1.1%