-
Notifications
You must be signed in to change notification settings - Fork 497
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
Export assembly drawing #110
Comments
Are you looking for image with or without highlights of component groups? If with highlights, then separate images for all of them? |
I see, so you want copper items but not tracks/zones. I can offer 2 workarounds:
It is not trivial to add download functionality in ibom itself. Currently the board is rendered on 4 separate canvases, I would have to rerender them on one combined canvas and then somehow trigger a download or "save as" action. I will look into this further and see if it's possible on file:/// url. |
This seems to work at least in chrome: |
Thanks for the workarounds. I used option 2 for this. How about right click -> save as? That would be sufficient UI for me. |
Right click on image is already mapped to reset view. |
How about just adding a button? |
That's doable but I can only generate raster image (png, not svg or pdf). |
As long as the resolution can be adjusted, then this is fine. |
You can export images up to 16000x16000 now. |
Hi
Is it possible to export the generated assembly figures to png, pdf or svg?
Either from the generated html page or as a commandline option.
Regards
The text was updated successfully, but these errors were encountered: