I'm about to start a new project which will read many jpeg images and I started the exploratory work to read the EXIF data. One thing lead to another and I stumbled upon libjpeg-turbo.
Wow, I thought, it has the same API as libjpeg62 which I'm already using on an earlier project, and it promises a 2X to 4X speed improvement. This could be like free money, quantitative easing, etc. you get my drift... The fact that the guys at Chrome are using it was a clincher.
First I tried the obvious:
sudo apt-get install libjpeg-turbo
but that didn't work. And then a few obvious variants to equally no effect.
Then I downloaded the Debian package from Sourceforge and installed that using the Ubuntu installer and all seemed well, except I can't find where the installer put the lib and neither can gcc.
I'm using 10.10 -- forgot to mention.
I've searched in /usr/lib for anything with jpeg in the name, so where is it and what is it called?
This is probably a very simple issue but it has the promise of instant gratification.
Maybe the lib is lurking in /opt/libjpeg-turbo/lib



Adv Reply
Bookmarks