Top "Python-imaging-library" questions

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

Working with TIFFs (import, export) in Python using numpy

I need a python method to open and import TIFF images into numpy arrays so I can analyze and modify …

python numpy python-imaging-library tiff
How to show PIL images on the screen?

I am doing some image editing with the PIL libary. The point is, that I don't want to save the …

python image python-imaging-library
Get pixel's RGB using PIL

Is it possible to get the RGB color of a pixel using PIL? I'm using this code: im = Image.open("…

python image python-imaging-library rgb pixel
No module named Image

Sorry for my grammar, I don't speak English. After I set filebrowser, tinymce, and grappelli, I get this error: No …

python image python-imaging-library django-grappelli
How to crop an image using PIL?

I want to crop image in the way by removing first 30 rows and last 30 rows from the given image. I …

python python-imaging-library crop
How do I install PIL/Pillow for Python 3.6?

I have a script that requires PIL to run. Other than downgrading my Python, I couldn't find anyway to install …

python-3.x python-imaging-library pillow
Image library for Python 3

What is python-3 using instead of PIL for manipulating Images?

python image python-3.x python-imaging-library
Combine several images horizontally with Python

I am trying to horizontally combine some JPEG images in Python. Problem I have 3 images - each is 148 x 95 - …

python-3.x python-2.7 python-imaging-library python-2.x paste
Using python PIL to turn a RGB image into a pure black and white image

I'm using the Python Imaging Library for some very simple image manipulation, however I'm having trouble converting a greyscale image …

python python-imaging-library python-2.7
In Python, how do I read the exif data for an image?

I'm using PIL. How do I turn the EXIF data of a picture into a dictionary?

python image python-imaging-library exif