Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.28 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.28 KB

Multimedia Systems and Virtual Reality Assignments, AUTh [2020]

JPEG Encoding and Decoding.

This is an experimental application developed as part of the course "Multimedia Systems and Virtual Reality" assignment, that took place in the Department of Electrical & Computer Engineering at Aristotle University of Thessaloniki in 2020.

  • Pre-processing of the image:
    • RGB ↔ YCbCr conversion.
    • Subsampling 4:4:4, 4:2:2 and 4:2:0.
  • Samples dissociation:
    • Block [8x8] DCT Transform: Spatial Domain Representation ↔ Frequency Domain Representation
  • Image compression:
    • Block [8x8] Quantization and De-Quantization.
    • Run-length calculation.
    • Huffman coding.

Status

As of the completion of the project, it will NOT be maintained. By no means should it ever be considered stable or safe to use, as it may contain incomplete parts, critical bugs and security vulnerabilities.


Support

Reach out to me:


License

License: MIT