Skip to content
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

optimization potential: skip unneeded png encoding #7

Closed
springmeyer opened this issue Aug 13, 2015 · 1 comment · Fixed by #76
Closed

optimization potential: skip unneeded png encoding #7

springmeyer opened this issue Aug 13, 2015 · 1 comment · Fixed by #76

Comments

@springmeyer
Copy link
Contributor

springmeyer commented Aug 13, 2015

If performance needs to improve, a potential optimization exists someone could work on:

  • Instead of encoding a png and passing to mapnik.blend (which only works currently with encoded images)
  • Pass the raw mapnik.Image returned from svg rasterization
  • Replace mapnik.blend with manual, lower level compositing using image.composite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants