Top "Python-imaging-library" questions

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

Read SVG file with Python/PIL

I'm new to Python so please be patient with me. Basically my script should run like this: 1) Load an image …

python path svg python-imaging-library gimp
Resize image maintaining aspect ratio AND making portrait and landscape images exact same size?

Currently I am using: os.chdir(album.path) images = glob.glob('*.*') # thumbs size size = 80,80 for image in images: #…

python django image thumbnails python-imaging-library
Why do I get an error when installing Pillow 3.0.0 on Ubuntu?

I recently failed trying to install Pillow 3.0.0 on my Ubuntu 14.04. No matter what I do (download and try to sudo …

python ubuntu python-imaging-library
How to use PIL to resize and apply rotation EXIF information to the file?

I am trying to use Python to resize picture. With my camera, files are all written is landscape way. The …

python jpeg python-imaging-library rotation exif
Python PSD layers?

I need to write a Python program for loading a PSD photoshop image, which has multiple layers and spit out …

python image python-imaging-library layer psd
Python 3.3 with Pillow - ImportError: No module named 'Image'

I have this code: import Image import pygame, sys from pygame.locals import * pygame.init() catImg = Image.open("cat.jpg") …

pygame python-imaging-library python-3.3 pillow
Python PIL struggles with uncompressed 16-bit TIFF images

My system is Mac OS X v10.8.2. I have several 2560x500 uncompressed 16-bit TIFF images (grayscale, unsigned 16-bit integers). I …

python python-imaging-library tiff
AttributeError: 'PhotoImage' object has no attribute '_PhotoImage__photo'

I am working on Yolo3-4-PY to implement it with tkinter. I've looked up everywhere but not able to …

python python-3.x tkinter python-imaging-library yolo
Is there any better way to capture the screen than PIL.ImageGrab.grab()?

I am making a screen capture program with python. My current problem is PIL.ImageGrab.grab() gives me the same …

python windows windows-xp python-imaging-library python-2.5
_imaging C module error in python PIL

I have read the other posts about the notorious _imaging C module error when installing PIL on Mac OS X …

python python-imaging-library libjpeg