You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix calling get_grey with fontsize=None or dpi=None (this would
previously just pass the string "None" down the stack and crash).
- Fix get_rgba stacking colors and get rid of its cache (the slow part
is accessing the filesystem in get_grey, just stacking some colors
should be cheap and not caching the result is also nicer memory-wise).
0 commit comments