You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should make a tutorial that shows how to port a simple IJ1 plugin. For instance one could create an IJ2 plugin that relies on the legacy service. It would have a Display output. The run() method would be cut and paste from the IJ1 plugin. At the end the created ImagePlus would use legacy service to create associated display. (even calling registerImagePlus if you want to keep bidirectional translation in place)
Test that this approach would work and fix issues until it does.
We should make a tutorial that shows how to port a simple IJ1 plugin. For instance one could create an IJ2 plugin that relies on the legacy service. It would have a Display output. The run() method would be cut and paste from the IJ1 plugin. At the end the created ImagePlus would use legacy service to create associated display. (even calling registerImagePlus if you want to keep bidirectional translation in place)
Test that this approach would work and fix issues until it does.
Migrated-From: http://trac.imagej.net/ticket/1375
The text was updated successfully, but these errors were encountered: