Get DCT coefficients of jpeg image

Incidentally, about 5 years ago, I wrote a JPEG (baseline) decoder as an exercise in learning Julia.
The original code doesn’t work with Julia v1 and the latest packages, so I’m trying to modernize it little by little, but I’ve been too busy lately. :sob:

What I want to say is that obtaining DCT coefficients in pure Julia is not technically so difficult. :smile: