Installation
Building from source
Building MISA++ for ImageJ requires the Maven build system and that a JDK installation is present on the current system.
- Download the source code
- Navigate into the source directory
- Run
mvn package
The misa_imagej
plugin can be found in the target
directory. Copy it into
the ImageJ plugin directory.
MISA++ for ImageJ requires additional libraries that do not come pre-installed with ImageJ or Fiji.
Copy following libraries from target/dependencies
into the ImageJ jars
directory:
- autolink
- flexmark
- graphics2d
- jfreesvg
- openhtmltopdf
- pdfbox
- poi
- sqlite
- bcprov-jdk15on
- bcpkix-jdk15on
- icepdf
- commons-exec
Windows superbuild
MISA++ for ImageJ is part of the Windows superbuild. See Building for more information.