Skip to content

ijtools/imagej-plugin-template-tmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

imagej-plugin-template

Simple project template for creating ImageJ Plugins.

The aim is to provide a quick way to start a plugin for ImageJ, using the "legacy" plugin style.

The project is based on maven. It uses sci-java as parent configuration. The parent configuration is somewhat old (1.126), but I encountered configuration troubles with more recent ones.

The base configuration has few dependencies:

  • ImageJ
  • JUnit

Installation

Simply clone the project into the directory of your choice. Then you can edit the pom.xml with informations specific to the project. In particular, the name of the project is used by the Eclipse IDE to index the project.

A sample plugin file is provided in src/main/java/net.ijt/DemoPlugin.java file. The plugin configuration file is in src/main/resources/plugins.config.

About

Simple project template for creating ImageJ Plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages