moved files to top level
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
Overview
|
||||
========
|
||||
|
||||
http://fiji.sc/wiki/index.php/Description_of_ImageJ's_plugin_architecture
|
||||
|
||||
|
||||
Build
|
||||
=====
|
||||
|
||||
To build the code run following maven command/goals:
|
||||
mvn clean compile assembly:single
|
||||
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
To install the plugin into ImageJ just drop the build jar file into the plugins directory of ImageJ. Afterwards (re)start ImageJ.
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
While using the ZeroMQ Viewer Plugin ImageJ need to be configured to have more memory. This can be done in the `run` file located in the ImageJ discribution.
|
||||
Add/Modify following flag: `-Xmx1024m`
|
||||
Reference in New Issue
Block a user