Ondrej Baranovič
Ondrej Baranovič
> you should find such a file in windows default installation: c:\Windows\System32\moricons.dll That is a part of Windows, so it cannot be distributed under the Pillow license. EXE and DLL...
> This assumes the tests will be done on Windows, of course. That's exactly the problem, the majority of Pillow contributors are on Linux or macOS. > Otherwise, the only...
I have another suggestion (in addition to glyph caching). The function getmask2 performs the following steps: 1. calls getsize to get the size of the text 2. calls Image._decompression_bomb_check to...
I think the difference between your and the Pillow output might be due to Raqm vs basic layout. You might want to take a look at #6631 / #6633.
> import PIL.Image, PIL; PIL.Image It's not even necessarily that, since ```pycon >>> from PIL import Image >>> import PIL >>> PIL.Image ```
Ubuntu is failing because of https://github.com/actions/runner-images/issues/6677#issuecomment-1381371350
I've had a hardware issue preventing me from working on this until now... > What's the benefit in adding all of these environments? I was going to suggest something similar...
IIRC this was made before the setup-msys2 action, and it seems like less work to just update it as is instead of switching to the setup-msys2 action.
> Apache - [BinomialLLC/basis_universal](https://github.com/BinomialLLC/basis_universal/blob/master/LICENSE) IIUC, the Apache 2.0 license is the stricter than any license currently included in precompiled Pillow wheels. In particular, it is incompatible with GPLv2. Every library...
> but if those parameters were added there would be a warning due to them being unused. Can't you just use unnamed parameters to get rid of the warning?