Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1 KB

README.md

File metadata and controls

28 lines (18 loc) · 1 KB

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