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

### What did you do? Read in a tiff that is a uint8 raster with a RGB colortable of 256 values. ### What did you expect to happen? When using...

Enhancement
TIFF

### What did you do? I tried to convert grayscale images of different modes together ### What did you expect to happen? Conversion should scale values; for example, converting from...

NumPy
Conversion

It would be great if we were able to optionally write XML metadata to JPEG2000 images. Currently unsupported.

Enhancement
JPEG

Hi there, I was just wondering whether it's possible to use pillow with the newly announced https://github.com/mozilla/mozjpeg/ . Sorry if this is a dumb question

Enhancement
Platform

Fixes #4634. Changes proposed in this pull request: * Adds a method to determine the dominant colors in an image using k-means clustering I added some very basic tests but...

Enhancement

Adds tests for (and includes) #4372 This PR adds a Windows run in a Windows Docker instance. The build script is just `test-windows.yml` with updated paths. The Dockerfile is based...

Windows

There are two points: Ignore rules shouldn't be too broad to not affect unrelated files. This is very confusing when you are creating a file and don't see it in...

Fixes #2687 * make typecheck, i.e. `mypy -2 --ignore-missing-imports src/PIL/Image.py` works

Needs Tests
Needs Documentation
Needs Rebase
Needs Release Notes

Addressing #1643 This was pretty exhausting. It doesn't cover everything, there's plenty more places where IOError / ValueError etc could be replaced with PILReadError / PILWriteError. To make this more...

Needs Rebase

Added more WebP convert options below. https://github.com/webmproject/libwebp/blob/main/src/enc/config_enc.c

Needs Review
Needs Tests
Needs Documentation
Needs Rebase
WebP