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

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...

Enhancement
Windows
Screen grab

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...

NumPy

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...

Enhancement
Cool
NumPy
Conversion
Memory

[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...

TIFF

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...

Enhancement
TIFF
Memory
Platform

Hi! Currently DDS is a read-only format: . This issue asks to add support for saving DDS images.

Enhancement

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...

TIFF

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...

Bug
Conversion

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...

Installation
Packaging

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:...

Enhancement