This repository is supposed to help Java developers write code based on ImageJ2 and SciJava.
Please let us know of missing questions! You can add a comment on this issue.
You know a solution to one of the open questions or there is something you figured out and want to share with others? Great! Either add a comment with a solution in the open questions issue or create the HowTo youself and file a PR.
Make use of the template!
- The idea is to have one class per question (how to do X?).
- Questions are sorted into categories (= directories).
- Keep each solution as simple and short as possible.
- Each solution is represented as a static method.
- The solutions can directly be executed via main method.
- Comments are used to explain what exactly the code is doing.

