Top "Python-imaging-library" questions

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

Measuring width of text (Python/PIL)

I'm using the following two methods to calculate a sample string's rendered width for a set font-type and size: font = …

python python-imaging-library text-processing pillow
Read image XMP data in Python

Can I use PIL, like in this example? I only need to read the data, and I'm looking for the …

python image python-imaging-library xmp
How do I properly set DPI when saving a pillow image?

I am trying to create images programatically on Python using Pillow library but I'm having problems with the image quality …

python image python-imaging-library dpi pillow
PIL image show() doesn't work on windows 7

I would like to show an image using python on windows and other platforms. When I do: from PIL import …

python windows-7 python-imaging-library show
getbbox method from python image library (PIL) not working

I want to crop an image to its smaller size, by cutting the white areas on the borders. I tried …

python python-imaging-library crop bounding-box image-editing
Change saturation with Imagekit, PIL or Pillow?

How do I go about changing the saturation of an image using PIL or Pillow? Preferably I'd like to be …

python image python-imaging-library imagekit django-imagekit
Split multi-page tiff with python

What's the best way to split a multi-page TIFF with python? PIL doesn't seem to have support for multi-page images, …

python python-imaging-library tiff
PIL will not import the _imaging C module: "*** The _imaging C module is not installed"

A bit of background from the PIL setup.py build: -------------------------------------------------------------------- PIL 1.1.7 SETUP SUMMARY -------------------------------------------------------------------- version 1.1.7 platform linux2 2.6.2 (release26-maint, …

python django ubuntu python-imaging-library imaging
saving an image to bytes and uploading to boto3 returning content-MD5 mismatch

I'm trying to pull an image from s3, quantize it/manipulate it, and then store it back into s3 without …

python-3.x amazon-s3 python-imaging-library pillow boto3
How does Python PIL and PILLOW compress pictures?

I wanted to write a program with Python 3.3 in which a frame is added to a picture. I use the …

python image python-imaging-library image-compression