| Package | Description | 
|---|---|
| loci.formats.codec | Package containing Bio-Formats compression and decompression logic. | 
| loci.formats.in | Package containing Bio-Formats file format readers. | 
| loci.formats.services | 
| Modifier and Type | Method and Description | 
|---|---|
| static JPEG2000CodecOptions | JPEG2000CodecOptions. getDefaultOptions()Return JPEG2000CodecOptions with reasonable default values. | 
| static JPEG2000CodecOptions | JPEG2000CodecOptions. getDefaultOptions(CodecOptions options)Return JPEG2000CodecOptions using the given CodecOptions as the default. | 
| Modifier and Type | Field and Description | 
|---|---|
| private JPEG2000CodecOptions | MinimalTiffReader. j2kCodecOptionsCodec options to use when decoding JPEG 2000 data. | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferedImage | JAIIIOServiceImpl. readImage(InputStream in,
         JPEG2000CodecOptions options) | 
| BufferedImage | JAIIIOService. readImage(InputStream in,
         JPEG2000CodecOptions options)Reads an image using JAI Image I/O using the JPEG 2000 codec. | 
| Raster | JAIIIOServiceImpl. readRaster(InputStream in,
          JPEG2000CodecOptions options) | 
| Raster | JAIIIOService. readRaster(InputStream in,
          JPEG2000CodecOptions options)Reads an image into a raster using JAI Image I/O using the JPEG 2000 codec. | 
| void | JAIIIOServiceImpl. writeImage(OutputStream out,
          BufferedImage img,
          JPEG2000CodecOptions options) | 
| void | JAIIIOService. writeImage(OutputStream out,
          BufferedImage img,
          JPEG2000CodecOptions options)Writes an image using JAI Image I/O using the JPEG 2000 codec. | 
Copyright © 2017 Open Microscopy Environment