Closed apeltzer closed 7 years ago
export as png works, vector-based format still todo
The export should have higher resolution, its unfortunately already a bit blurry when exporting to PNG. Maybe this could be resolved by exporting either in PDF/SVG or by adding resolution and rendering in that high-resolution, then storing the PNG accordingly.
Its apparently quite hard to create SVG/PDF output, I think we should offer the option to print this and use the systems PDF/SVG printer device for this purpose. This way, we generate a scalable PDF file....
Something like this:
https://ijavayou.wordpress.com/2016/02/08/javafx-easy-way-to-save-scenesnodes-as-pdf/
High Res export works now since dc08e998e0af3511edf7c6647a4b9be87c2dac25 , according to this blog posting: http://news.kynosarges.org/2017/02/01/javafx-snapshot-scaling/
(but only PNG, though I think 5700x4600 is fine for example)
We should be able to export visualizations ideally in a vector-based format (EPS, SVG, PDF - or all three of them ;-)).