Make a tutorial: how to port my plugin
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 200
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ImageJ2 programming examples and the IJ1/IJ2 plugin entry points described here, especially run() and Display output. Verify the legacy service path, including registerImagePlus when bidirectional translation is required. Done means a working tutorial that ports a simple IJ1 plugin and the documented approach works.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100