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 😬
  • 1
    Trust me, learning C++ basics (only basics) helps you a lot with learning everything else with coding (okay except web technologies but that's a different story)
  • 0
    Well , I already knew C and Java so the learning curve was easier , just needed to get used to the syntax 😃
Add Comment