python-imaging-library
Python: PIL - [Errno 32] Broken pipe when saving .png
What I\'m trying to do here is save the contents of a Tkinter Canvas as a .png image using PIL. This is my save function (\'graph\' is the canvas).[详细]
2023-03-11 17:57 分类:问答"ERROR: broken data stream when reading image file" (TrueType fonts libjpeg and PIL on OS X)
I\'m running OS X 10.6.7, Python 2.6, and writing a small wxPython application that uses PIL to manipulate an image and add some text to it.[详细]
2023-03-11 01:43 分类:问答How to implement image upload while creating a user directory if he doesn't have one in django?
I have two model in my profile that request image upload. One is just a market place where all the images can be together, i don\'t care, but the other is a photo gallery. I ready many ways to upload[详细]
2023-03-10 22:32 分类:问答Why does PIL thumbnail not resizing correctly?
I am trying to create and save a thumbnail image when saving the original user image in the userProfile model in my project, below is my code:[详细]
2023-03-09 18:53 分类:问答Python : Making a negative image of a RGB picture
I\'v开发者_高级运维e been fiddling around with Python for hours now, trying to figure out how to turn my colored image into a color negative and I just can\'t seem to be able to figure it out..[详细]
2023-03-09 08:42 分类:问答How to give path while saving images using PIL in Django
I\'m having trouble figuring what path definition to give while saving my files - absolute system path or relative path to my static files directory[详细]
2023-03-08 22:17 分类:问答Ubuntu 11.04: Installing PIL into a virtualenv with PIP [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-08 18:24 分类:问答_imaging C module error in python PIL
I have read the other posts about the notorious _imaging C module error when installing PIL on Mac OS X and none of the solutions provided anywhere, including the PIL FAQ, have proven helpful.[详细]
2023-03-08 14:27 分类:问答Converting PNG32 to PNG8 with PIL while preserving transparency
I would like to convert a PNG32 image (with transparency) to PNG8 with Python Image Library. So far I have succeeded converting to PNG8 with a solid background.[详细]
2023-03-08 13:51 分类:问答Symlinking PIL from site packages on Snow Leopard to a virtualenv with no-site-packages not working
I have a virtualenv with --no-site-packages and am having all sorts of issues installing PIL in the virtualenv. The global PIL works fine. I\'m trying to get this working by symlinking to PIL in the g[详细]
2023-03-08 09:20 分类:问答