Tagged Questions
4
votes
3answers
2k views
PIL /JPEG Library / Help!
I tried to use PIL to do some JPEG work in my django app with PIL but I'm getting this IOError.. not sure what to do.
""decoder jpeg not available""
Am I missing the JPEG decoder from my server? If ...
3
votes
3answers
4k views
Problems with Snow Leopard, Django & PIL
I am having some trouble getting Django & PIL work properly since upgrading to Snow Leopard.
I have installed freetype, libjpeg and then PIL, which tells me:
--- TKINTER support ok
--- JPEG ...
2
votes
1answer
212 views
PIL encoder jpeg not available [closed]
Possible Duplicate:
pip install PIL -E TICKETS-1 - No JPEG/PNG support
I'm working on a picture cropper, and I'm having trouble with my form validation. The form is validated when uploading ...
2
votes
1answer
974 views
Django ImageField issue with JPEG's
I am having a major issue with PIL (Python Image Library) in Django and have jumpped through a lot of hoops and have thus far not been able to figure out what the root of the issue is.
The problem ...
1
vote
2answers
234 views
Installing PIL with JPEG support on Mac OS X
I posted a question before regarding this subject, and read other ones posted before, but none has successfully solved my problem.
I am trying to install PIL on Mac OS X Lion, as I need it for a ...
1
vote
1answer
138 views
How to solve IOError:broken data stream when reading image file?
Im working under Ubuntu 11.04. I'm trying to work with PIL in my Django project. Sadly PIL cannot load my image.
Here is the PIL setup summary:
PIL 1.1.7 SETUP SUMMARY
...
0
votes
4answers
308 views
Python Imaging Library errors with libjpeg
I have a centos 5 and am trying to get Python Imaging library up and going. I installed libjpeg, libjpeg-devel, etc and am still not able to upload jpeg images to my django site.
I have ...
0
votes
2answers
215 views
libjpeg PIL django image display
I installed PIL.
I can import PIL (with no error message)
Then I ran the code mentioned here:
http://stackoverflow.com/questions/3166221/python-images-display
And I get this error message:
...