Andrew Murray
Andrew Murray
Over at https://github.com/python-pillow/Pillow, we use CIFuzz. At 2022-01-19T23:18:02Z, our CI job passed - https://github.com/python-pillow/Pillow/runs/4875290907 At 2022-01-20T10:29:08Z, our CI job failed - https://github.com/python-pillow/Pillow/runs/4880666670 ``` 2022-01-20T10:42:29.4244546Z File "post-processing/fuzz_utils.py", line 17, in 2022-01-20T10:42:29.4244876Z...
Hi. Yes, I created #75 about ppc64le, it was fixed in libimagequant 4.0, and now I'm back again. I've found a failure with libimagequant 4.0 that occurs on s390x, but...
Resolves #6492 The issue provides an image where tag 271 has type UNDEFINED. https://www.awaresystems.be/imaging/tiff/tifftags/make.html states tag 271 should have type ASCII. The tag is loaded as bytes then, not a...
Resolves #6480 By raising `ImageDraw.ImageDraw.font` from an instance variable to a class variable, a default ImageDraw font can be set by the user. ```python from PIL import ImageDraw, ImageFont ImageDraw.ImageDraw.font...
Resolves #6422 The issue has discovered that tensorflow supports converting Pillow images using `__array__`, but not `__array_interface__`. One solution would be to say that tensorflow should support `__array_interface__`, and an...
Resolves #6439 [When calling `FT_Set_Named_Instance`](https://github.com/python-pillow/Pillow/blob/d53344b39fc245744a6eb1d8cdf4e0427e871258/src/_imagingft.c#L1147-L1155), the index starts at 1. https://freetype.org/freetype2/docs/reference/ft2-multiple_masters.html#ft_set_named_instance > The index of the requested instance, starting with value 1. Apparently in #3802, I presumed it started at...
At https://imageoptim.com/command-line.html, it says that running ImageOptim with the 'Blocking method' - `/Applications/ImageOptim.app/Contents/MacOS/ImageOptim *.png` - 'will launch ImageOptim with hidden UI'. When I attempt this, I see a flash of...
Minor fix.