Top "Python-imaging-library" questions

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

Using PIL and NumPy to convert an image to Lab array, modify the values and then convert back

I am trying to convert a PIL image into an array using NumPy. I then want to convert that array …

python colors numpy python-imaging-library color-space
"IOError: decoder zip not available" : Ubuntu Python PIL

I am trying to get the sample heatmap.py running from: http://jjguy.com/heatmap/ #image.py import heatmap import …

python python-imaging-library imaging
Draw bold/italic text with PIL?

How to draw bold/italic text with PIL? ImageFont.truetype(file, size) has an option to specify font size only.

python text fonts python-imaging-library draw
Transparent PNG in PIL turns out not to be transparent

I have been hitting my head against the wall for a while with this, so maybe someone out there can …

python png python-imaging-library transparent
Python PIL Image.tostring()

I'm new to Python and PIL. I am trying to follow code samples on how to load an image into …

python python-imaging-library pyopengl
Python: Converting GIF frames to PNG

I'm very new to python, trying to use it to split the frames of a GIF into PNG images. # Using …

python png python-imaging-library animated-gif
Convert images to webP using Pillow

I'm trying to convert .jpg images to webp format using PIL. I'm using the this code: from PIL import Image …

python python-imaging-library webp pillow
Django / PIL - save thumbnail version right when image is uploaded

This is my forms.py: class UploadImageForm(forms.ModelForm): class Meta: model = UserImages fields = ['photo'] and this is my models.…

django image thumbnails python-imaging-library pillow
how to superimpose heatmap on a base image?

Please look at this github page. I want to generate heat maps in this way using Python PIL,open cv …

opencv python-imaging-library heatmap
Insert image into Reportlab either from PIL image or StringIO

I'm trying to insert a barcode image into Reportlab. I know there are a lot of questions asked on this, …

python python-imaging-library reportlab