Skip to content

lchdl/jpeg_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jpeg_lite

Simple baseline JPEG image IO utility.

  • Generic Huffman encoding algorithm (can also encode C++ class instances).
  • Basic data structure (Array<T>, Stack<T>, Queue<T>) implementation using C++ templates.
  • Only supports Huffman encoded baseline DCT JPEGs. Progressive, arithmetic JPEGs are currently not supported.

How to use

Simply copy all the header and source files in your project folder. Detailed instructions are given in the header file (jpeg_lite.h).

About

simple baseline JPEG image IO utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published