How to read quantization tables of JPEG files with korim?
-
I'm trying to read the quantization tables of JPEG files on Android.
It seems the korlibs/korim library reads the quantization tables. But I'm still a beginner with Kotlin so I haven't yet figured out how I go from a string with the path to the JPEG file to printing out the quantization table.
Also asked on Stackoverflow.
-
Just for the record: