OME at LOCI –
Software – Bio-Formats — DICOM lossless JPEG
Bio-Formats supports reading lossless JPEG compressed DICOM files.
However, it relies on the JAI Image I/O Tools native (platform-specific)
library, which requires some extra steps to install:
- Download the appropriate
JAI
Image I/O Tools native package for your platform.
- Install the package into the applicable Java Runtime Environment
(JRE).
Specific directions for Windows and Linux are below. The instructions are
tailored toward people using Bio-Formats with ImageJ, but can be adapted
for use in any of the other contexts as well.
- Download and run
jai_imageio-1_1-lib-windows-i586-jre.exe.
- For the destination directory, choose:
C:\Program Files\ImageJ\jre
(unless you installed ImageJ somewhere else,
or are using a different JRE location).
- Start up ImageJ and give it a try.
- The JAI Image I/O Tools native library is not currently available
for Mac OS X.
- Issue #103
on the jai-imageio-core development site tracks the problem.
- Download
jai_imageio-1_1-lib-linux-i586-jre.bin.
- Place the file in your ImageJ JRE directory
(e.g., ~/ImageJ/jre).
- From the console, run:
cd ~/ImageJ/jre
chmod 755 jai_imageio-1_1-lib-linux-i586-jre.bin
./jai_imageio-1_1-lib-linux-i586-jre.bin
- Once the files have unpacked,
start up ImageJ and give it a try.
Last update: Wednesday, May 21, 2008