Pillow
Pillow copied to clipboard
Python Imaging Library (Fork)
### 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...
### 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...
It would be great if we were able to optionally write XML metadata to JPEG2000 images. Currently unsupported.
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
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...
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...
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
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...
Added more WebP convert options below. https://github.com/webmproject/libwebp/blob/main/src/enc/config_enc.c