I tried installing PIL on my raspberry pi and read the jpeg files. However, this does not work out of the box.
When I run the following:
sudo pip install pil
I get the following error while trying to open an image:
""decoder jpeg not available""
When I tried to install all the necessary JPEG libraries, I encountered some errors, for example:
sudo apt-get install libjpeg E: Unable to locate package libjpeg
source share