Skip to content

schiermike/jpeg-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Jpeg Encoder

This is a minimalistic implementation of a JPEG encoder for demonstration purposes. It has the following features/limitations:

  • baseline-DCT profile
  • fixed 4:2:0 chroma subsampling
  • dynamic luma/chroma quantization
  • only dimensions which are multiples of 16 are supported
  • dynamic huffman table creation

Only PPM image files are accepted as input.

About

A minimalistic implementation of a JPEG encoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages