PreibischLab / BigStitcher

ImgLib2/BDV implementation of Stitching for large datasets
GNU General Public License v2.0
68 stars 15 forks source link

Fix automatic plugin detection? #144

Open minnerbe opened 1 week ago

minnerbe commented 1 week ago

@StephanPreibisch I had a brief look at ImageJ2's automatic plugin detection framework. If one uses net.imagej.ImageJ instead of ij.ImageJ and launches ImageJ with ij.launch(), the plugin annotations are respected and the plugin is automatically registered (see "Plugin" tab in the menu and how it changes by changing the arguments of the annotation).

Does this solve the problems you were having with that?