-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Optional Pillow/PIL #49
base: master
Are you sure you want to change the base?
Conversation
Note: Reduces the PNG rendering significately (abt. 70ms). It does not depend on PIL/Pillow but uses it iff available. Further optimazions (file size) would be possible if the image mode would be choosen more carefully... |
TODO: Add tests with Pillow/PIL available vs. not available (current tests pick PIL/Pillow if available, otherwise PyPNG) |
Note that |
This improves the PNG renderer iff PIL/Pillow is available. Uses PyPNG as fallback