catmaid / CATMAID

Collaborative Annotation Toolkit for Massive Amounts of Image Data
https://catmaid.org
GNU General Public License v3.0
188 stars 57 forks source link

Neuron catalog SVG export: add option to have multiple views per neuron #832

Open tomka opened 9 years ago

tomka commented 9 years ago

It would be nice to allow for multiple views per neuron (XY, XZ, ZY, ZX) and let the user decide which ones should be rendered. If multiple views are selected, they should appear next to each other. For instance, if the neurons 1, 2 and 3 should be rendered in view a and b, the two-column layout would be:

1a 1b 2a 2b
3a 3b

Alternatively, it could also be an option to select whether different views should be next to each other or different neurons.

tomka commented 9 years ago

After discussing this with @acardona, it seems to be useful to not only allow the four predefined views for this, but also add a view recorder for custom views (see #836).