8

Had to learn c++ to implement JPEG compression , not an easy way to start if you ask me 🤔

Comments
  • 2
  • 0
    Managed to make the DCT matrix for each 8*8 block + quantification ,today , now I just need to do the RLE encoding and I'm done 😬
  • 0
    Well , I already knew C and Java so the learning curve was easier , just needed to get used to the syntax 😃
Add Comment