Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Image Processing with ImageJ

You're reading from   Image Processing with ImageJ Get familiar with one of the world's most highly regarded Digital Image processors, ImageJ. This tutorial takes you through every aspect of viewing, processing, and analysing 2D, 3D, and 4D images, clearly and comprehensively.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781783283958
Length 140 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Sharing your plugin


So let's say you have coded your plugin and you want to give it to a colleague to use. You can give your .java files for all your classes, if you have more than one, but the final user will have to compile them. You can also send the .class files that will be placed in your plugins directory. One of the great things of Java is that a program compiled on a computer works on other systems as well. Just tell your colleague to copy the .class files to the plugins folder of his or her ImageJ installation.

Better yet: offer your plugin code through a popular code-sharing site, for example, https://github.com/. You will be helping the community and doing yourself a favor: someone might spot a bug in your code and report it, and in that case you can submit a corrected version.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image