Understanding and writing a JPEG decoder in Python

Hi everyone! πŸ‘‹ Today we are going to understand the JPEG compression algorithm. One thing a lot of people don’t know is that JPEG is not a format but rather an algorithm. The JPEG images you see are mostly in the JFIF format (JPEG File Interchange Format)… Read more

Similar