Top "Python-imaging-library" questions

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

Is there a way to specify the width of a rectangle in PIL?

I'm trying to draw thick rectangles onto an image using ImageDraw Module of PIL/pillow. I tried using draw.rectangle([…

python python-imaging-library draw
Python: Remove Exif info from images

In order to reduce the size of images to be used in a website, I reduced the quality to 80-85%. …

python image-processing python-imaging-library exif exiftool
How do I use reportlab's drawImage with an image url?

When I try the following: from reportlab.lib.pagesizes import letter from reportlab.pdfgen.canvas import Canvas import urllib import …

python python-2.7 python-imaging-library reportlab
Is there an antialiasing method for Python PIL?

For lines and ellipses in PIL, the images are rough. I found antialiasing only in resize and thumbnail. Is there …

python python-imaging-library antialiasing
How can I draw a bezier curve using Python's PIL?

I'm using Python's Imaging Library and I would like to draw some bezier curves. I guess I could calculate pixel …

python python-imaging-library bezier imaging
Remove transparency/alpha from any image using PIL

How do I replace the alpha channel of any image (png, jpg, rgb, rbga) with specified background color? It must …

python python-imaging-library pillow alphablending
Get image mode PIL Python

I am trying to blend two images together but I keep getting an error that one of the images in …

python image python-imaging-library blending
How to crop or remove white background from an image

I am trying to compare images using OpenCV and Python. Consider these images: Both feature an identical pair of shoes, …

python opencv python-imaging-library scikit-image
PIL's colour space conversion YCbCr -> RGB

The algorithm used by PIL v1.1.7 gives 'washed out' looking results. When converting the same source data using ffmpeg it …

python c python-imaging-library rgb yuv
PIL encoder jpeg not available

Possible Duplicate: pip install PIL -E TICKETS-1 - No JPEG/PNG support I'm working on a picture cropper, and I'm …

python django python-imaging-library libjpeg