-
Notifications
You must be signed in to change notification settings - Fork 385
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
Exporting visualization for publications and presentations #3941
Comments
Hi, it would be great if this feature can be supported! I was also wondering if there is a functionality to download images from the viewer? |
@Nik-V9 it's possible to download images that were logged previously logged in the upcoming release. But none of the export functionalities described in this ticket are in yet. |
Thanks for the quick response! It would be much appreciated if you could consider the above request. Rerun has been amazing for debugging and visualizing 3D stuff. I would love to use it for publication visualizations also! |
I think we could implement this pretty quickly using https://docs.rs/egui/latest/egui/viewport/enum.ViewportCommand.html#variant.Screenshot and then cropping out the content of the space view. We should probably improve egui to include some sort of description to the screenshot command though (e.g. a |
As a researcher I not only need to visualize results during development, but I also need to present them to the scientific community.
The type of results I need to show are
I would like to see built-in tools for producing publication and presentation grade media.
Some things to consider:
The text was updated successfully, but these errors were encountered: