wiredfool
wiredfool
It's not just Pillow. This is with Apple's font rendering, on a font shipped with the OS. There's some extension into -x at the beginning of the line, and some...
We're going to need to add the required libraries to the docker images as well, and we're going to need to add these to the oss-fuzz builder to get fuzzer...
The Pillow spacing is baseline to baseline, which is the appropriate measure for line spacing. For larger images, the default 4px of extra is not anywhere near appropriate, which is...
> These are strange characteristics of fonts. Yes, but that's what we're getting from the underlying code, with the note that some of the items are converted from 26.6 fractional...
Yours is the first request I've heard. It looks like it could be hacked in through ghostscript and the EpsImagePlugin without too much effort.
Experimental is a word, a more accurate word would be legacy. It's released, in the wild, and I'm pretty sure that a lot of it is used. From what I...
I'm not sure what they're doing with the various modes, but I think that a huge part of the value is simply a load, offload to numpy/scipy and the reverse...
One thing I've noticed with the various modes is that when converting between different widths of equivalent images, e.g. I;16 to L, the default conversion is to clip the range...
Looking at C layer functions that dispatch or check on IMAGING_TYPE_*: IMAGING_TYPE_SPECIAL limitations: - Histogram is broken - Point only works for I;16 - RankFilter raises ModeError - Resample raises...
Last few commits are the start of 2 and 3, but there's an issue with the sampleformat due to the differences between how we've had it defined and in tiff...