Top "Python-imaging-library" questions

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

How to merge a transparent png image with another image using PIL

I have a transparent png image "foo.png" and I've opened another image with im = Image.open("foo2.png"); now …

python image image-processing python-imaging-library
Installing PIL (Python Imaging Library) in Win7 64 bits, Python 2.6.4

I'm trying to install said library for use with Python. I tried downloading the executable installer for Windows, which runs, …

python python-imaging-library windows-7-x64
How to reduce the image file size using PIL

I am using PIL to resize the images there by converting larger images to smaller ones. Are there any standard …

python image compression python-imaging-library
Convert image from PIL to openCV format

I'm trying to convert image from PIL to OpenCV format. I'm using OpenCV 2.4.3. here is what I've attempted till now. &…

python image-processing opencv python-imaging-library
How to Split Image Into Multiple Pieces in Python

I'm trying to split a photo into multiple pieces using PIL. def crop(Path,input,height,width,i,k,x,…

python image split python-imaging-library crop
How to write PNG image to string with the PIL?

I have generated an image using PIL. How can I save it to a string in memory? The Image.save() …

python python-imaging-library
PIL rotate image colors (BGR -> RGB)

I have an image where the colors are BGR. How can I transform my PIL image to swap the B …

python colors python-imaging-library
How to use PIL to make all white pixels transparent?

I'm trying to make all white pixels transparent using the Python Image Library. (I'm a C hacker trying to learn …

python image python-imaging-library
Can't install PIL after Mac OS X 10.9

I've just updated my Mac OS to 10.9 and I discovered that some (all?) of my Python modules are not here …

python macos python-imaging-library pip osx-mavericks
PIL image.open() working for some images but not others

I use PIL to open AREA files from NOAA on a regular basis. In the last batch of images I …

python image python-imaging-library noaa