Top "Python-imaging-library" questions

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

AttributeError when creating tkinter.PhotoImage object with PIL.ImageTk

I am trying to place an image resized with PIL in a tkinter.PhotoImage object. import tkinter as tk # I …

python tkinter python-imaging-library photoimage
Sorting a list of RGB triplets into a spectrum

I have a list of RGB triplets, and I'd like to plot them in such a way that they form …

python python-imaging-library color-space spectrum hsv
How to detect motion between two PIL images? (wxPython webcam integration example included)

Does anyone have any suggestions as to how I might do image comparison in python to detect changes within an …

python wxpython webcam python-imaging-library video-capture
Drawing multilingual text using PIL

I'm having trouble drawing multilingual text using PIL. Let's say I want to draw text - "ひらがな - Hiragana, 히라가나". But PIL's …

unicode fonts python-imaging-library cjk imaging
How can I set the size of the default font loaded by PIL so it fits on my 8x8 matrix?

I am working on displaying text on an 8x8 matrix display and I don't have a .ttf file handy that …

python ubuntu fonts python-imaging-library beagleboneblack
Python PIL: best scaling method that preserves lines

I have a 2D drawing with a black background and white lines (exported from Autocad) and I want to create …

python thumbnails python-imaging-library
How to display an animated gif with Linux?

I want to open a GIF image from the python console in Linux. Normally when opening a .png or .jpg, …

python linux python-imaging-library gif animated-gif
Stacking astronomy images with Python

I thought this was going to be easier but after a while I'm finally giving up on this, at least …

python image python-imaging-library astronomy color-depth
Increase Accuracy of text recognition through pytesseract & PIL

So I am trying to extract text from image. And as the quality and size of image is not good, …

python-3.x python-imaging-library ocr tesseract pytesser
How to create CMYK halftone Images from a color image?

I am working on a project that requires me to separate out each color in a CYMK image and generate …

python image image-processing python-imaging-library cmyk