mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

351K
active users

#PythonPillow

0 posts0 participants0 posts today
Continued thread

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

Pillow (PIL Fork)11.0.0 (2024-10-15)Backwards Incompatible Changes: Python 3.8: Pillow has dropped support for Python 3.8, which reached end-of-life in October 2024. Python 3.12 on macOS <= 10.12: The latest version of Python 3.12 on...

🐍🚀🎨 #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

pillow.readthedocs.io/en/stabl

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.

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.

🥚🐰🛞🐍 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 !

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!