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

Vectorized drawing in aggdraw #30

Open
pllim opened this issue Aug 6, 2018 · 1 comment
Open

Vectorized drawing in aggdraw #30

pllim opened this issue Aug 6, 2018 · 1 comment
Labels
backend: ginga question Further information is requested

Comments

@pllim
Copy link
Member

pllim commented Aug 6, 2018

During Scipy 2018, we experimented with vectorized-drawing branch from https://github.com/ejeschke/aggdraw/ . @ejeschke, do you have plans to open a formal pull request from that branch against https://github.com/pytroll/aggdraw ?

@pllim pllim added the question Further information is requested label Aug 6, 2018
@ejeschke
Copy link
Contributor

ejeschke commented Aug 6, 2018

I'm still thinking through the best way to handle the vectorization in aggdraw. I have a couple of different implementations, one of which is simpler in that it can draw a different kinds of forms in one call (in other words, circles, polygons, etc.). That is the one I am leaning toward now, as it could be generally useful for drawing a whole canvas full of objects efficiently. But I don't want to be rattling upstream until it seems that the way forward is clear.

I will update the vectorized-drawing branch soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: ginga question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants