Andrew Murray
Andrew Murray
Ok, I've pushed a commit to cover masks as well.
I've created #8882. That should fix the resulting image.
My thoughts. > More specifically, various registries (like [these ones](https://github.com/python-pillow/Pillow/blob/822ec3d05dfbaf2e3209c2b26e3392040e274975/src/PIL/Image.py#L229)) are kept as global variables. Changing these in multiple threads leads to data races. I wouldn't expect users to be...
Is it a problem that `pytest.mark.parallel_threads` would only work for `pytest-run-parallel`? We've also had https://github.com/python-pillow/Pillow/issues/8454 from a person using https://github.com/tonybaloney/pytest-freethreaded. If that happens again, do we need to ask such...
Sure. I've created https://github.com/python-pillow/Pillow/pull/8889. If you would like to test it and need a prebuilt wheel to do so, just let us know.
I just installed [jaraco.text](https://pypi.org/project/jaraco.text/) and added `includes':['jaraco.text']` to my `options`, and it started working again.
I've created #8905 With that, your code creates
#7507 added both the FreeType and GPL license text to https://github.com/python-pillow/Pillow/blob/main/wheels/dependency_licenses/FREETYPE2.txt. So I'll ping @stefan6419846 in case he has any thoughts. I've created #8884
I would be surprised if it wasn't necessary for Pillow to choose, as while Pillow would be a dependency of some other software most of the time, it is also...
I reeived a response via e-mail from FreeType > AFAICS, Pillow is a library and thus not an end product. I think for such cases it is easiest to simply...