Austin Hurst
Austin Hurst
Hmm, good point. Depending on how much it slows the builds, maybe integrating the build script is the best solution. Shame Windows doesn't have a package manager that would make...
Yeah I've looked at that in the past, but it's missing a lot of development libraries (including freetype, sadly). I was recently made aware of a C/C++ package manager called...
Look like we might have a new contender here: Microsoft, of all places, has apparently come up with a cross-platform package manager called [vcpkg](https://github.com/microsoft/vcpkg) that builds/installs the binaries and headers...
Thanks for the quick response! This is running on Python 2.7 on macOS (10.11), and is being rendered to a PyOpenGL context that's created with PySDL2. It's a runtime environment...
The background fill has an alpha of 0 because the generated images are being used as textures by OpenGL, which handles transparency itself (i.e. all shapes and text in my...
There's [one fork of aggdraw](https://github.com/dov/aggdraw) with the backend updated to AGG 2.4 I've come across, I'll test it out and see if it works. Unfortunately it also has different line...
@a-hurst sorry, I realize it's been a while since you provided a potential fix and I never tested it. In my own code I used the workaround I mentioned above...
While trying to dig up info on the Brush size regression w/ the move to 2.4 (i.e. the larger asterisk in #61), I accidentally stumbled upon this, which I think...
This would be a great addition. I’ve been looking for a good simple SVG-to-Pillow solution for a while now (I want to be able to load vector images at a...
Cool, thanks for the reply! Maybe if I have some free time over the next few months I'll try merging your efforts into their work to see if it gets...