 Plugins
  Clustering
  Color
  DCRaw
  Image I/O 
  Half-Median
  3D Toolkit
  Texture Synthesis
 Libraries
 ij-VTK
 ImageJ-Zaurus
 VTK Examples
|
|
Image I/O plugins add to ImageJ support for additional image file
formats and their variants. Most important additions include:
Image I/O plugins can read/write image calibration information from
TIFF files. Standard TIFF image calibration tags are supported
(X_RESOLUTION, Y_RESOLUTION, RESOLUTION_UNIT).
Additionally Image I/O can read images in BMP, FlashPiX, GIF, JPEG,
PNG, and PNM formats; and save images in BMP, and JPEG formats.
Image I/O makes use of Java Advance
Imaging (JAI) codecs released by SUN as uncommitted
source code for JAI 1.1.1 codecs . The plugin bundle is completely
self contained. All used codec classes are included in the bundle and there
is no need to install JAI itself to use the bundle.
Image IO plugins are inserted into ImageJ menu in the following
locations.
Screenshot: Open with preview ...
Image I/O plugin bundle requires ImageJ 1.31s and Java 1.4 or later.
It may work with 1.3. It was tested with ImageJ 1.31u and Java 1.4 and
1.5, on Linux and Windows.
-
Download latest binary release of Image IO. Following the download
link and look for ij-ImageIO_.jar with highest
release number.
-
Copy ij-ImageIO_.jar to ImageJ plugins
directory. You can find location of ImageJ plugins directory by
selecting
"Plugins"/"Utilities"/"ImageJ
Properties", look for value of tag "plugins
dir" near the bottom of the displayed
Properties' window.
-
Restart ImageJ to load newly installed plugins.
-
If you have installed Image IO plugin bundle version 1.1 or
earlier, it should be removed before Image IO v.1.2 and later can work
properly. This due to the new support for plugins packaged in JARs
introduces in ImageJ 1.31s: it is incompatible with JAR support of JAI
Image I/O 1.1 and earlier.
The obsolete JAI plugins can be removed using the
"Remove obsolete JAI Image IO plugins" plugin
included with Image I/O distribution v.1.2 and later.
|