Top "Python-imaging-library" questions

The Python Imaging Library (PIL) provides the Python language with a de-facto standard foundation for image work.

Is it possible to change the color of one individual pixel in Python?

I need python to change the color of one individual pixel on a picture, how do I go about that?

python python-imaging-library pixel
Intensity normalization of image using Python+PIL - Speed issues

I'm working on a little problem in my sparetime involving analysis of some images obtained through a microscope. It is …

python normalization python-imaging-library
Python PIL 0.5 opacity, transparency, alpha

Is there any way to make an image half transparent? the pseudo code is something like this: from PIL import …

python transparency python-imaging-library opacity alpha
Normalize histogram (brightness and contrast) of a set of images using Python Image Library (PIL)

I have a script which uses Google Maps API to download a sequence of equal-sized square satellite images and generates …

python image-processing python-imaging-library brightness contrast
How do I generate circular thumbnails with PIL?

How do I generate circular image thumbnails using PIL? The space outside the circle should be transparent. Snippets would be …

python thumbnails python-imaging-library geometry
What is the difference between Image.resize and Image.thumbnail in Pillow-Python

I want to resize an image in pillow-python, however I have 2 functions of choice to use: Image.resize http://pillow.…

python python-imaging-library pillow
How to convert a grayscale image into a list of pixel values?

I am trying to create a python program which takes a grayscale, 24*24 pixel image file (I haven't decided on the …

python image python-imaging-library mnist
Importing PPM images with python and PIL module

EDIT: Actually, I need a way I can read the lines and extract the pixel info into some structure so …

python image import python-imaging-library ppm
PIL - Convert GIF Frames to JPG

I tried to convert an gif to single images with Python Image Library, but it results in weird frames The …

python image-processing python-imaging-library gif jpeg
Faster method of reading screen pixel in Python than PIL?

Currently I'm using a pixel reader via AutoItv3 to perform some actions in a program that is running direct X; …

python windows winapi directx python-imaging-library