Skip to content

Instantly share code, notes, and snippets.

@michaelhelmick
Created August 2, 2012 16:13
Show Gist options
  • Save michaelhelmick/3238281 to your computer and use it in GitHub Desktop.
Save michaelhelmick/3238281 to your computer and use it in GitHub Desktop.
decoder jpeg not available
curl -O http://www.ijg.org/files/jpegsrc.v8c.tar.gz
tar zxvf jpegsrc.v8c.tar.gz
cd jpeg-8c/
./configure
make
make install
pip install -I PIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment