Top "Python-imaging-library" questions

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

Resize GIF animation, pil/imagemagick, python

I want to change size of GIF animation image using python and PIL or PythonMagick. I can't find solution. PIL …

python imagemagick python-imaging-library gif pythonmagick
Python Tkinter save canvas as image using PIL

I have this code which lets the user draw on the canvas and save it as a jpeg file. As …

python tkinter python-imaging-library tkinter-canvas
Load RGBA bitmap with PIL

I tried to convert a 32-bit Bitmap to 32-bit PNG using PIL. from PIL import Image im = Image.open('example.…

python png python-imaging-library bmp rgba
Comparing (similar) images with Python/PIL

I'm trying to calculate the similarity (read: Levenshtein distance) of two images, using Python 2.6 and PIL. I plan to us …

python python-imaging-library fuzzy-logic fuzzy-comparison
No conversion from RGB to YUV

I fail to find an easy-to-use function in any Python library (preferrably PIL) for conversion from RGB to YUV. Since …

python python-imaging-library rgb yuv
Transparency in PNGs with reportlab 2.3

I have two PNGs that I am trying to combine into a PDF using ReportLab 2.3 on Python 2.5. When I use …

python python-imaging-library reportlab
Image Cropping Tool (Python)

I'm a film photographer who deals a lot with cropping/image resizing. Because I shoot film, I have to scan …

python image python-imaging-library tiff pillow
Image filtering with scikit-image?

I'm moving to python from a Matlab background, and there are a few elementary operations I've yet to conquer in …

python python-imaging-library scikit-image
openCV equivalent of a PIL resize ANTIALIAS?

In PIL the highest quality resize from what I've seen seems to be: img = img.resize((n1, n2), Image.ANTIALIAS) …

python python-2.7 opencv python-imaging-library image-resizing
Images dimensions error in python

Trying to match two images to find out the scores between them.But it shows some dimension error.Unable to …

python python-3.x image-processing python-imaging-library python-imageio