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

Get meshimage working properly in CairoMakie by overriding it #250

Open
asinghvi17 opened this issue Jun 21, 2024 · 0 comments
Open

Get meshimage working properly in CairoMakie by overriding it #250

asinghvi17 opened this issue Jun 21, 2024 · 0 comments

Comments

@asinghvi17
Copy link
Member

asinghvi17 commented Jun 21, 2024

Meshimage could be made to work properly for any transformation, if we created a bad mockup of a triangle rasterizer. Alternatively we know that the meshimage must be drawn per pixel, so could pseudo-rasterize a map of pixel positions to original positions.

This would probably only be for (a) PNG output or (b) if rasterize=true. SVG and PDF could either use the rasterization approach with 3x resolution, or just use the direct mesh as they do now. That's up for debate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant