Examples or tutorials of using libjpeg-turbo’s TurboJPEG
Ok, I know that you did already solve your problem, but as some people, just like me, could be searching some simple example I will share what I created. It is an example, compressing and decompressing an RGB image. Otherwise I think that the API documentation of TurboJPEG is quite easy to understand! Compression: #include … Read more