home.social

#pythonpillow — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pythonpillow, aggregated by home.social.

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

    pillow.readthedocs.io/en/lates

  2. Pillow 12.1.1 has been released!

    This is a security release, addressing an issue in Pillow >= 10.3.0, so upgrade soon!
    pillow.readthedocs.io/en/stabl

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

    hugovk.dev/blog/2026/faster-pi

    #Python #python315 #Tachyon #Pillow #PythonPillow #performance

  4. 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: pillow.readthedocs.io/en/stabl

    📜📜📜 And much more: github.com/python-pillow/Pillo

  5. 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 pillow.readthedocs.io/en/stabl

  6. 🐍🚀🎨 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:

    pillow.readthedocs.io/en/stabl

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

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

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

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

  11. Pillow just crossed the 3 billion downloads mark on PyPI! 🚀📈🚀📈🚀📈

    Total downloads: 3,001,836,264

    pepy.tech/projects/pillow

  12. 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 pillow.readthedocs.io/en/stabl

    🎨 And even more at github.com/python-pillow/Pillo

    #PythonPillow #Python #Pillow #release

  13. 🐍🚀🎨 11.0.0 has been released!

    * Added support for 3.13, including experimental 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

    pillow.readthedocs.io/en/stabl

  14. Pillow 10.4.0 has been released!

    There are deprecations, a security fix and further type hinting. For the official word, read more at pillow.readthedocs.io/en/stabl

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

  16. 🐦☠️➡️ 🐘🚀

    We archived Pillow's tweets at python-pillow.org/twitter-arch using @tinysubversions's archiving tool tinysubversions.com/twitter-ar and removed all mention of the Twitter account from the docs, then deleted the account.

    Please follow @pillow from now on!

    #Python #Pillow #PythonPillow #Twitter #Mastodon #migration

  17. Pillow 10.3.0 has been released!

    Includes security fixes, some deprecations, API additions and changes, performance improvements and type hints.

    * pillow.readthedocs.io/en/stabl
    * github.com/python-pillow/Pillo

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

  18. 🥚🐰🛞🐍 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 github.com/python-pillow/Pillo !

    #Python #Pillow #PythonPillow #PyPI #TrustedPublishers #cibuildwheel

  19. Pillow 10.2.0 is out!

    Security fixes, deprecations, speed improvements and more. Read about it at pillow.readthedocs.io/en/stabl

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

    pillow.readthedocs.io/en/lates

    Enjoy!

  21. Pillow 10.0.0 has been released!

    Security fixes, deprecations, faster image access on PyPy and more. Read about it at pillow.readthedocs.io/en/stabl

  22. Pillow 9.5.0 has been released!

    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: pillow.readthedocs.io/en/stabl

  23. Pillow 9.4.0 has been released!

    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 pillow.readthedocs.io/en/stabl