yohhoy / picojdec

Simple baseline JPEG decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple baseline JPEG decoder

License:MIT License


Languages

Language:Python 100.0%