#pythonpillow — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pythonpillow, aggregated by home.social.
-
Pillow 12.2.0 has been released!
This has a bunch of security fixes, new APIs for wrapping text and converting fonts, plus performance and thread-safety improvements.
https://pillow.readthedocs.io/en/latest/releasenotes/12.2.0.html
-
Pillow 12.1.1 has been released!
This is a security release, addressing an issue in Pillow >= 10.3.0, so upgrade soon!
https://pillow.readthedocs.io/en/stable/releasenotes/12.1.1.html
#Python #Pillow #PythonPillow #release #security -
Using the new Tachyon profiler coming to Python 3.15 I profiled a one-liner to find a bottleneck, then sped up some 26-year-old code in @pillow!
https://hugovk.dev/blog/2026/faster-pillow/
#Python #python315 #Tachyon #Pillow #PythonPillow #performance
-
Pillow 12.0.0 is out!
🎨 Support for Python 3.14!
🎨 Dropped EOL 3.9!
🎨 New ImageText.Text API!
🎨 Removed deprecations!
🎨 New deprecations!📜 And more: https://pillow.readthedocs.io/en/stable/releasenotes/12.0.0.html
📜📜📜 And much more: https://github.com/python-pillow/Pillow/releases/tag/12.0.0
-
Pillow 11.3.0 has been released!
This release offers wheels that include AVIF support, wheels for Python 3.14 and even iOS wheels.
Read more about our changes and a security fix at https://pillow.readthedocs.io/en/stable/releasenotes/11.3.0.html
#Python #Pillow #PythonPillow #release #Python314 #iOS #AVIF -
🐍🚀🎨 Pillow 11.2.1 has been released!
What happened to 11.2.0?
Two things: we added AVIF support which made the wheels much bigger, and we hit the PyPI project size limit before the release could be fully updated.
11.2.1 instead has AVIF support but needs to be built from source. We'll look into including AVIF in wheels in a future release so that the size doesn't increase so much.
This release also adds Arrow support and more:
https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html
-
Pillow 11.1.0 is out! One of the cool updates is we're using zlib-ng 2.2.2 instead of zlib 1.2.8/1.3.1, which is more than twice as fast at saving PNGs at higher compression levels. github.com/python-pillo... #Pillow #Python #PythonPillow #release #zlib #zlibng #png
RE: https://bsky.app/profile/did:plc:caiaryxbbflee5p7vvkjdbub/post/3leqnhtdc3cp2 -
Pillow 11.1.0 is out! One of the cool updates is we're using zlib-ng 2.2.2 instead of zlib 1.2.8/1.3.1, which is more than twice as fast at saving PNGs at higher compression levels. github.com/python-pillo... #Pillow #Python #PythonPillow #release #zlib #zlibng #png
RE: https://bsky.app/profile/did:plc:caiaryxbbflee5p7vvkjdbub/post/3leqnhtdc3cp2 -
Pillow 11.1.0 is out! One of the cool updates is we're using zlib-ng 2.2.2 instead of zlib 1.2.8/1.3.1, which is more than twice as fast at saving PNGs at higher compression levels. github.com/python-pillo... #Pillow #Python #PythonPillow #release #zlib #zlibng #png
RE: https://bsky.app/profile/did:plc:caiaryxbbflee5p7vvkjdbub/post/3leqnhtdc3cp2 -
Pillow 11.1.0 is out! One of the cool updates is we're using zlib-ng 2.2.2 instead of zlib 1.2.8/1.3.1, which is more than twice as fast at saving PNGs at higher compression levels. github.com/python-pillo... #Pillow #Python #PythonPillow #release #zlib #zlibng #png
RE: https://bsky.app/profile/did:plc:caiaryxbbflee5p7vvkjdbub/post/3leqnhtdc3cp2 -
Pillow just crossed the 3 billion downloads mark on PyPI! 🚀📈🚀📈🚀📈
Total downloads: 3,001,836,264
-
Just released: @pillow 11.0.0 🚀
🎨 Add support for Python 3.13, including experimental freethreaded wheels!
🖌️ Drop support for EOL Python 3.8
🎨 Remove a whole load of deprecations
🖌️ Add, change and fix a whole lot more stuff
🎨 Add some more deprecations, to be removed in Pillow 12 next October
🖌️ More info at https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html
🎨 And even more at https://github.com/python-pillow/Pillow/releases/tag/11.0.0
-
🐍🚀🎨 #Pillow 11.0.0 has been released!
* Added support for #Python 3.13, including experimental #freethreaded wheels!
* Dropped EOL 3.8
* Removed PSFile, PyAccess and Image.USE_CFFI_ACCESS, TiffImagePlugin IFD_LEGACY_API, and support for WebP 0.4
* A bunch of new deprecations, to be removed in 12.0.0 in October 2025
* Default resampling filter for I;16* image modes has changed to Image.BICUBIC
* XMP data can be saved to JPEG and MPO files
https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html
-
14-PR merge session for @pillow 🌈
https://github.com/python-pillow/Pillow/network -
Pillow 10.4.0 has been released!
There are deprecations, a security fix and further type hinting. For the official word, read more at https://pillow.readthedocs.io/en/stable/releasenotes/10.4.0.html
-
I thought I had figured out a clever way to automatically add alt texts to images for InDesign using #PythonPillow and the 'ImageDescription' field, but then I learned that said field is ASCII only.
The XMP data could support unicode, but working with that is apparently a total pain.
-
🐦☠️➡️ 🐘🚀
We archived Pillow's tweets at https://python-pillow.org/twitter-archive/ using @tinysubversions's archiving tool https://tinysubversions.com/twitter-archive/make-your-own/ and removed all mention of the Twitter account from the docs, then deleted the account.
Please follow @pillow from now on!
-
Pillow 10.3.0 has been released!
Includes security fixes, some deprecations, API additions and changes, performance improvements and type hints.
* https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html
* https://github.com/python-pillow/Pillow/releases/tag/10.3.0This was our first release with cibuildwheel + PyPI publish GitHub Action + Trusted Publishers and it went smoothly!
Thanks to the teams who created those, and as always, to all our contributors.
-
🥚🐰🛞🐍 Exciting!
I'm doing the first @pillow release using cibuildwheel + PyPI publish GitHub Action + Trusted Publishers!
It'll take just under three hours to build 68 wheels and an sdist, and then upload them automatically to @pypi 🤞
The matrix covers CPython 3.8-3.12, PyPy 3.9-3.10, manylinux, musllinux, macOS Intel + Apple Silicon, Windows 32-bit + 64-bit + ARM...
Follow along the Easter fun at https://github.com/python-pillow/Pillow/actions/runs/8506382482 !
#Python #Pillow #PythonPillow #PyPI #TrustedPublishers #cibuildwheel
-
Colourful network graph for @pillow after 18 PRs merged in a row.
https://github.com/python-pillow/Pillow/network
#Python #Git #PythonPillow #Pillow -
Pillow 10.2.0 is out!
Security fixes, deprecations, speed improvements and more. Read about it at https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html
-
Pillow 10.1.0 is out!
Python 3.12 is officially supported.
A new ImageOps.cover method has been added, that a resized version of the image, so that the requested size is covered, while maintaining the original aspect ratio.
Pillow had a “better than nothing” default font. Now, if FreeType is available, a version of Aileron Regular is loaded, which can be drawn at chosen font sizes.
Release notes:
https://pillow.readthedocs.io/en/latest/releasenotes/10.1.0.html
Enjoy!
#Python #Pillow #PythonPillow #OpenSource #release #Python312
-
Pillow 10.0.0 has been released!
Security fixes, deprecations, faster image access on PyPy and more. Read about it at https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html
-
A little merge session for @pillow gives a nice network graph: https://github.com/python-pillow/Pillow/network #Python #Git #PythonPillow #Pillow
-
Pillow 9.5.0 has been released!
https://pypi.org/project/Pillow/
✨ New: ✨
* Security updates
* Images in Quite OK Image format can be read
* Added dpi argument when saving PDFs
* Added corners argument to ImageDraw.rounded_rectangle()
* Added support for saving PDFs in RGBA mode
* Improved I;16N support
* And much more!Release notes: https://pillow.readthedocs.io/en/stable/releasenotes/9.5.0.html
-
Pillow 9.4.0 has been released!
https://pypi.org/project/Pillow/
Comments can be saved in JPEG images, musllinux aarch64 wheels have been added, security problems are resolved and more.
Read more at https://pillow.readthedocs.io/en/stable/releasenotes/9.4.0.html
-
Hello from #PythonPillow, the open-source #Python imaging library!