This project is used to create distribution bundle of the IJ-Plugins for ImageJ and FIJI/ImageJ 2.
The bundle contains projects:
- IJP-Toolkit - the original core of the IJ-Plugins. Enables image segmentation (k-means, Seeded Region Growing), reading/writing 2D formats (MetaImage, VTK), color conversion (XYZ, L*a*b*, YCrCb), color/band measurement, very fast median, various anisotropic diffusion filters, texture synthesis.
- IJP-Color - Color calibration/standardization using color charts and operations on color spaces.
- IJP-DeBayer2SX - Demasaicing (Bayer patter reconstruction) of raw images for better control over captured image color and detail quality.
- IJP-ImageIO - extends support for reading and writing images using codes implemented by Java ImageIO, for instance, writing compressed TIFF.
Note: all individual projects can be installed separately, see their respective Releases pages. The bundle is intended to help to install all of them at once and remove mixed dependent JAR collisions.
Note: IJP-Color require Java 11 or newer. Both ImageJ and FIJI/ImageJ 2 can run with Java 11 and newer. If you need JavaScript support you should not use Java newer than 11. JavaScript is still supported in Java 11.
For ImageJ the IJ-Plugins Bundle is provide as a ZIP file on the Releases page. The ZIP is specific to your
operating system. For instance for Windows 10, the name will end with "-win". To install unzip the bundle, for
instance "ij-plugins_1.0.0-win.zip", in the ImageJ's plugins folder, it will create a folder named ij-plugins
, and
restart ImageJ.
In Fiji/ImageJ 2 the IJ-Plugins Bundle can be installed through the IJ-Plugins Update Site: "https://sites.imagej.net/IJ-Plugins/"
You will need Java 11 to use IJP-Color plugins. Instructions for using Fiji with Java 11 and newer are at the IJP-ImageJ-Launcher page.
Steps:
- Select
Help
>Update
and wait for update to finish. - Click on
Manage update sites
. - Click on
Add update site
. - Under
Name
type "IJ-Plugins", underURL
type "https://sites.imagej.net/IJ-Plugins/". Make sure that the check box next to the name "IJ-Plugins" is selected. ClickClose
- Click on
Apply changes
- Restart ImageJ
Some of IJ Plugins expect to tun with current Java distribution, version 11 or newer. While effort is made to support obsolete Java 8 used by FIJI/ImageJ 2 distribution, some plugins may not work correctly.
IJP-ImageJ-Launcher page provides an updated launcher and detailed instructions how to run FIJI/ImageJ 2 with Java 11 or newer.
When using IJP Color Calculator
or IJP Color Calibrator
plugins the main ImageJ window may shrink (change size) if
your monitor is using scaling other than 100%. This may also happen to other windows opened by ImageJ. If that happens:
- In Windows Explorer, go to your FIJI installation directory
- Right click on
ImageJ-win64.exe
and select "Properties" - Select "Compatibility" tab and click on "Change high DPI settings"
- Select two check marks and select "System (Enhanced)" as indicated in the image below, click "OK", then restart FIJI