Pillow
Pillow copied to clipboard
Python Imaging Library (Fork)
Memory leak in function `fname2char` due to new reference is not decreased (static analyzer report)
1. A new reference is returned and assigned to `bytes`. https://github.com/python-pillow/Pillow/blob/68e39cba431680105c0e0f1a54371b7028e8da9a/src/Tk/tkImaging.c#L371 2. Function returns without decreasing the refcnt of `bytes`. https://github.com/python-pillow/Pillow/blob/68e39cba431680105c0e0f1a54371b7028e8da9a/src/Tk/tkImaging.c#L375 Internal Report ID: c6d448
### Description of the request I want to use a specific font but also draw characters which are not available in that font. Replace them with characters from another "generic"...
[many people have written scripts to do this](https://gist.github.com/turicas/1455973) and it's relatively easy with the library's `getsize` func but I feel like it really should be a built-in feature. i think...
I think it would be useful to have a function to check if two images are the same. I don't mean with a perceptual hash like #3120, or with the...
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...
Fixes #6344. |Before|After| |---|---| |||
We're at 2000 stars! Seems like only last month that we were at 1000.
Making a Screenshot on Linux is little bit hacky. Especially on Wayland. @radarhere tried to solve the problem in #6312 by using gnome-screenshot, but this is not a good way....
## Main Release Released quarterly on January 2nd, April 1st, July 1st and October 15th. Will add support for Python 3.11. Edit: The Python 3.11.0 release date has been [delayed...
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...