Skip to content

yohhoy/picojdec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

picojdec

Simple JPEG decoder implementation.

This project is intended for study and demonstration, not for practical use. The implementation is naive and inefficiency, so its decoding speed is VERY slow.

Limitations

  • support 'Baseline JPEG' only ('Progressive JPEG' is not supported)
  • support Grayscale and YCbCr color format only (RGB/CYMK... and ICC profiles are not supported)
  • support Huffman coding only (Arithmetic coding is not supported)
  • output PPM(portable pixmap) image file only

References

License

MIT License

Releases

No releases published

Packages

No packages published

Languages