Elliott Sales de Andrade
Elliott Sales de Andrade
## PR summary The current implementation is not slow, but uses a lot of memory per image. In `compare_images`, we have: - one actual and one expected image as uint8...
## PR summary Previously, these were both typed as `int`, which means you could mix and match them erroneously. While the character code can't be made a distinct type (because...
## PR summary Also, check some expected conditions at parse time instead of somewhere during use of the data. ## PR checklist - [n/a] "closes #0000" is in the body...
## PR summary This PR is intended to hold all font and text PRs from the project https://github.com/orgs/matplotlib/projects/7 In order to not overwhelm the main repo with the churn of...
## PR summary Along with #29695, this *language* parameter is an additional setting that may affect text layout. As with the other PR, this is not complete, but rather something...
## PR summary @oscargus suggested oxipng in #29816. I went with the hook suggestion of `-o 4` compression (though their normal default is 2), though maybe we want to up...
## PR summary When ttconv was replaced by pure Python code, several bits of compatibility code were left in in #18181. This removes those code chunks, as the test images...
## PR summary On the call last week, we considered whether it made sense to do this upgrade. This PR shows the effect of doing so. Note for simplicity, I...
## PR summary This is based on #29816 but doesn't yet include #29794 and #29695. I'm mostly opening it to see how CI will cope. ## PR checklist - [...
## PR summary Font features allow font designers to provide alternate glyphs or shaping within a single font. These features may be accessed via special tags corresponding to internal tables...