Plone uses internally Python Imaging Library (PIL) for low level image manipulation and decoding.
This concerns only UNIXes as Windows installer comes with PIL binaries.
Get http://www.ijg.org/files/jpegsrc.v7.tar.gz, and then:
tar zxvf jpegsrc.v7.tar.gz
cd jpeg-7
cp /usr/share/libtool/config.sub .
cp /usr/share/libtool/config.guess .
./configure --enable-shared --enable-static
sudo make
Then you can install PIL with JPEG support.
The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.
For basic information about updating this manual and Sphinx format please see Writing and updating the manual guide.