wiredfool
wiredfool
Pillow (and PIL) is currently able to open 8 bit per channel multi-channel images (such as RGB) but is able to open higher bit depth images (e.g. I16, I32, or...
Fixes #1765, #1147, #1597 (among others, likely) Libtiff's metadata support is tricky and dangerous. This patch is 1/3 of the work to clean up our support for it. 1) Understand...
We're at 2000 stars! Seems like only last month that we were at 1000.
According to Christoph Gohlke, https://www.lfd.uci.edu/~gohlke/pythonlibs/ his lab has lost funding and the unofficial python wheels collection, and likely our official windows wheels, is going away before the end of next...
Fixes #2973. Changes proposed in this pull request: * Allow buffers to be read/write for at least the array interface, and possibly some mmapd files in the future. This opens...
Fixes #2687 * make typecheck, i.e. `mypy -2 --ignore-missing-imports src/PIL/Image.py` works
While looking through the SSE version of @homm's benchmarking of the new stretch implementation, I ran across an Intel paper on speeding up imaging operations. In addition to vectorization, they...
What is the current best practices for building and testing Pillow on Windows? - What compiler works with the precompiled official python releases? - What versions of the dependencies --...
CI Review
With the news that travis has been acquired, I've seen a bunch of discussion about CI platforms, leading to some questions: * Is the current CI system covering what we...
### What are you trying to do? I'm trying to set environment variables on the remote server. In `~/.ssh/config` (or for testing, using `ssh -o SendEnv=GIT_COMMITTER_NAME server`) ``` host *...