zitmen / thunderstorm

ThunderSTORM: a comprehensive ImageJ plugin for SMLM data analysis and super-resolution imaging
http://zitmen.github.io/thunderstorm/
GNU General Public License v3.0
93 stars 42 forks source link

Add automatic size option to macro interface of the render #23

Closed zitmen closed 9 years ago

zitmen commented 9 years ago
Hi,

In the GUI, we have the option in visualization dialog to guess the size of an output
image by only define a magnification value, but for the macro interface, we don't have
that option. It would be great to have that, so we don't need to define different parameter
for different dataset in batch mode.

I think the relevant starts from line 100 of this file:  https://code.google.com/p/thunder-storm/source/browse/src/main/java/cz/cuni/lf1/lge/ThunderSTORM/RenderingPlugIn.java

Thanks very much!

Original issue reported on code.google.com by oeway007 on 2015-03-10 21:09:46

zitmen commented 9 years ago
Hi,

I will take care of it.

Best,
Martin

Original issue reported on code.google.com by zitmen on 2015-03-10 21:23:52

zitmen commented 9 years ago
Autosize added in the revision 109ab56f5c9b.
See https://code.google.com/p/thunder-storm/wiki/Developers#Hidden_Macro_Commands for
more details (at the bottom of the page).

Original issue reported on code.google.com by zitmen on 2015-03-23 00:33:39

zitmen commented 9 years ago
thanks.

Original issue reported on code.google.com by oeway007 on 2015-03-23 00:53:25