Hi Chiara,
On Tue, 26 Jun 2012, Chiara Magliaro wrote:
> I implemented a plug-in in Java language programming, and a I'd like to
> share it with Image J community.
> Can anybody please let me know how to do it?
You have multiple options:
1) send the source code directly to this list. Usually, Wayne picks them
up and puts them on the website under
http://imagej.nih.gov/ij/plugins/index.html; if you want to make it less
work for Wayne, you can make the .html for the plugin already, say, by
copy-editing
http://imagej.nih.gov/ij/plugins/imaq.html2) register with the ImageJ Documentation Wiki:
http://imagejdocu.tudor.lu/ and upload your plugin there. Typically people
who do that then follow up with a mail to this mailing list, linking to
their plugin on the Wiki
3) if you want to contribute the plugin to Fiji, you will need to follow
the steps described in
http://fiji.sc/Developing_Fiji; this involves
getting yourself acquainted with Git (a source code management tool),
registered with GitHub and providing a little syntactic sugar to integrate
things into the Fiji Build system
As you might have suspected, I ordered these options from "easy" to "a bit
involved", so you can now choose ;-)
Ciao,
Johannes
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html