The ImageJ Plugins project is a source of custom plugins for the
ImageJ software package. ImageJ is a public domain image processing and
analysis program developed in Java.
ImageJ Plugin Bundles
Clustering and
Thresholding - image segmentation through
pixel-based clustering, can be applied to multi-band images (e.g.,
color) and as a multilevel thresholding of single band
images.
Color - color
space conversion and processing of color/multiband images
Image IO -
adds support for additional image file formats and sub-formats:
BMP, FlashPIX, GIF, JPEG, PNG, PNM, and TIFF. Improves mapping of
sample sizes, e.g., a 16 bit PNG or compressed TIFF images are
read into ImageJ's ShortProcessor (16 bits per pixel). Enables
reading and writing of 1 bit, 8 bit, 16 bit, 32 bit, tiled,
compressed, and multi-page TIFF images. The I/O operations are
performed using JAI 1.1.1 codec (included in the bundle).