noisebridge / pyclass-project

Other
8 stars 2 forks source link

Incorporate libraries needed by Pillow #18

Closed Belgand closed 12 years ago

Belgand commented 12 years ago

Pillow is being used to validate the images users update for their avatar. The problem is that it needs libraries to read the various file formats people might throw at it or it won't validate them and Django will say they aren't images and won't add them. We should probably be supporting PNG and JPEG at a minimum, and likely GIF as well.

Belgand commented 12 years ago

It doesn't appear that there's any way to install the needed libraries through buildout. I'm going to close this under the premise that it's something we can't actually do.