Hi,
I am using C/C++, and I am trying to decode a jpeg image. My images are small in size (320x240), but the processor that the code has to run on is very slow.
I found that some of my options are libjpeg and OpenCV (even though I haven't worked with any of these libraries before).
Before I start downloading all the library files, I would need some help as far as which one would decode images faster?
My main concern is speed. Does anyone have some idea which one would be a slightly faster decoder compared to the other one?
If anyone knows of any other decoder library (for C/C++) that is even faster, please advise.