Pillow
Pillow copied to clipboard
Python Imaging Library (Fork)
windows 10 supports built-in virtual desktop. But when I change desktop from A to B while Pillow process takes screenshot in A, then I get B's screenshot. The thing i...
Images with signed integer data are all incorrectly assumed to be `int32`. `uint32` and `float64` are also incorrectly determined. ```python import numpy as np from PIL import Image from tempfile...
Every time when I open Pillow's C sources, I absolutely scared by all these experimental modes. Do I need to worry how not to break them? Do I need to...
[OME-TIFF](https://www.openmicroscopy.org/site/support/ome-model/ome-tiff/index.html) is a TIFF format that embeds some microscopy-specific metadata as an XML comment embedded in the TIFF header. Sample data is available at https://www.openmicroscopy.org/site/support/ome-model/ome-tiff/data.html, but PIL fails to open...
I would like to write some BigTiff 4GB+ images as tiled tiffs to export data to an Omero server. Pillow appears to support reading tiled tiff but not writing. Being...
Hi! Currently DDS is a read-only format: . This issue asks to add support for saving DDS images.
Dear Pillow developers I am the developer of `FabIO` and we rely on `Pillow` to read some file-formats which are not specific to X-ray detectors. One of our user reported...
The line height isn't being calculated correctly for `ImageDraw's multiline_text()` function [1]. It's making an assumption that a capital "A" is as large as the font can be. However, if...
Is there any chance that Pillow team could take over ownership of PyPI page https://pypi.python.org/pypi/PIL/ and that `Pillow` would became the "official" version of `PIL`? It would be nice if...
Moving to a more standard install of MapProxy, using Pillow. Pillow can load 16 bit grayscale TIFF images, but can't create them. Similar bug was in PIL. Steps to reproduce:...