I tried to install PIL on my raspberry pi and read JPEG files. However, it does not work out of the box.
When I run the following:
sudo pip install pil
I receive the following error, trying to open an Image:
""decoder jpeg not available""
While trying to install all needed JPEG libraries I ran into some errors e.g.:
sudo apt-get install libjpeg
E: Unable to locate package libjpeg