python-imaging-library
Using PIL to draw gradients with clipping masks?
Does PIL (Python Imaging Library) have methods to draw linear gradi开发者_开发知识库ents or/and set clipping paths?[详细]
2023-03-19 16:52 分类:问答PIL- animating GIFs, but some frames are black
I\'ve been trying to animate images inside a chat program automatically using PIL and Tkinter in Python. Sometimes they work, but most of the time they don\'t. I will provide images that work and ones[详细]
2023-03-19 02:22 分类:问答Python PIL: How to FIll a Image with a copyright logo like this?
I need to protect my photos by filling them with copyright logos. My OS is Ubuntu 10.10 and Python 2.6. I intend to use PIL.[详细]
2023-03-18 17:15 分类:问答Method for converting PNGs to premultiplied alpha [closed]
Closed. This question is seeking recommendations for books, tools, sof开发者_如何转开发tware libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-18 11:34 分类:问答How to crop a region selected with mouse click, using Python Image Library?
Is there a way to select a region in a image开发者_如何转开发 with mouse click and crop these region using python PIL ? How can i do it?[详细]
2023-03-18 05:28 分类:问答Django - Mac development, environment hell
I was trying to setup Django dev environment on Mac and arrived into a hell. It all started when trying to install PIL, which failed after trying 15 or so different recipes I found on blogs. So I want[详细]
2023-03-18 01:23 分类:问答Django - No module named PIL
I need to use ImageField in my models and PIL seems not to be installed: >>> from PIL import Image[详细]
2023-03-17 02:53 分类:问答How can I convert every pixel that is not black to a certain color?
I want every pixel that is not black to be set to white (or any arbitrary color). 开发者_开发技巧[详细]
2023-03-17 00:02 分类:问答Adjusting one image's exposure / white balance to match another (with PIL?)
I have a cheap stereo camera 开发者_运维技巧rig that I use for diving. Sometimes each camera white balancesor sets exposure differently. Example:[详细]
2023-03-16 16:29 分类:问答Change specific RGB color pixels to another color, in image file
I would like to change a single color with Python. If a fast solution with PIL exists, I would prefer this solution.[详细]
2023-03-15 22:54 分类:问答