Top "Python-imaging-library" questions

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

Preserve exif data of image with PIL when resize(create thumbnail)

When I try to resize (thumbnail) an image using PIL, the exif data is lost. What do I have to …

python python-imaging-library exif
How to crop from one image and paste into another with PIL?

With PIL, I am trying to copy a rectangle out of an image, and paste it into another. This is …

python python-imaging-library paste crop
pip, PIL and Pillow

I ran the following command to install project dependencies into virtualenv novacek: (novacek) $ pip install -r reqs.txt reqs.txt …

pip virtualenv python-imaging-library django-hvad
Python PIL - Finding Nearest Color (Rounding Colors)

There is a game called Roblox, in which the player makes the game, usually of lego-looking bricks. In Roblox, for …

python colors python-imaging-library rounding roblox
Affine transform in PIL Python

I have problems with the im.transform method in PIL python library. I thought I figured out the logic of …

python-imaging-library affinetransform
RGB to HSV conversion using PIL

I'm trying to automate the enhancement of some images that are to be transfered to a digital frame. I have …

python python-imaging-library color-space
Store the Spectrogram as Image in Python

I want to store the STFT spectrogram of the audio as image. The code below shows a spectrogram to me …

python-3.x audio python-imaging-library librosa
Any way to make nice antialiased round corners for images in python?

Is there any way to make nice round corners with python? Currently PIL and GD2 are used in my project. …

python image-processing python-imaging-library rounded-corners
How to read an image inside a zip file with PIL/Pillow

Can I open an image inside a zip with PIL/Pillow without extracting it to disk first?

python python-imaging-library zipfile pillow
Getting started with Python OCR on windows?

I have never used python before, and I am not sure where to start. My goal is to take image …

python python-imaging-library anaconda python-tesseract pytesser