Pillow icon indicating copy to clipboard operation
Pillow copied to clipboard

Python Imaging Library (Fork)

Results 418 Pillow issues
Sort by recently updated
recently updated
newest added

Currently the BmpImagePlugin checks if a file is a .cur file by checking if the bits are 32 and a the header is 22. However, the header for cursor files...

When using show() for an animated GIF with version 9.2.0, Pillow converts to image to PNG by default thus eliminating the animation. I suggest the following change in "ImageShow.py" to...

### What did you do? I tried to save a PIL.Image.Image (mode=RGBA, size=335x333, 8 bits per sample) to a TIFF file with LZW compression and 9 rows per strip. ```python...

TIFF

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/python-pillow/Pillow). This repository currently has no open or...

Dependency

For #6369, close #6554, close #553 In an effort to sync the dependencies available on Linux/macOS ([python-pillow/pillow-wheels](https://github.com/python-pillow/pillow-wheels)) and Windows ([test-windows.yml](https://github.com/python-pillow/Pillow/blob/main/.github/workflows/test-windows.yml)) ahead of the next release (#6460), I've compiled a list...

Windows

Resolves #6595 This pull request fix `ImageOps.pad` method. In previous version of this method it doesn't copy the palette, and whats why it might change the image to full black...

Palette

### What did you do? I want to save my desktop screenshot for the image comparison ### What did you expect to happen? I wonder if there's something I should...

macOS
Screen grab

Hi, Hope you are doing well! Can you please help in fixing python “PIL” error when I am calling it from AWS Lambda? This will help me a lot. The...

Installation
Awaiting OP Action

I think i found a bug with `ImageOps.pad` function. I have an image which mode is `P` and this image has a specific palette. So when you do pad for...

Palette

### What did you do? I have a four-frame transparent GIF I want to do some manipulation with (i.e. comparing frames, cropping). ![squidcat](https://user-images.githubusercontent.com/5808025/190772980-287de95d-3b75-4280-9d46-e16858017d92.gif) I ran this code to turn each...

GIF