Results 165 comments of Sean Barrett

There is an undocumented dependency on the package "pillow" (PIL). This is mentioned in the docs for scipy.misc.imsave. I don't know what platform you're on. I'm on Windows, which made...

No worries, I just do them in batches periodically, and I made this new issue so you wouldn't have to worry about seeing the open issue.

@N-R-K This is a perfectly reasonable request. Generally stb libraries try to compile without warnings with any reasonable set of warnings (not -Wall and definitely not -Wextra) to streamline the...

I don't know the answer to your question, but it's a known source of bugs (e.g. introducing an inner-scoped variable that's already being used for a different purpose inside the...

All of the fonts in fonts.zip are "symbol" fonts which use a microsoft-specific mapping system from character identifiers (which aren't Unicode) to determine how to draw it. Because it's not...

> You should fix it so that you can specify what encoding you want and does not have to be Unicode. (For compatibility purpose, Unicode can be selected by default,...

It doesn't make sense to add API complexity for a feature that no known fonts require. There are no plans to support bitmapped fonts.

Main potential issues I see: 1. How much work is it to add a new library? 2. Any use of a scripting language not installed on my machine by default...