Uses of Class
ome.codecs.JPEG2000CodecOptions
-
Packages that use JPEG2000CodecOptions Package Description ome.codecs Package containing Bio-Formats compression and decompression logic.ome.codecs.services -
-
Uses of JPEG2000CodecOptions in ome.codecs
Methods in ome.codecs that return JPEG2000CodecOptions Modifier and Type Method 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. -
Uses of JPEG2000CodecOptions in ome.codecs.services
Methods in ome.codecs.services with parameters of type JPEG2000CodecOptions Modifier and Type Method Description BufferedImage
JAIIIOService. readImage(InputStream in, JPEG2000CodecOptions options)
Reads an image using JAI Image I/O using the JPEG 2000 codec.BufferedImage
JAIIIOServiceImpl. readImage(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.Raster
JAIIIOServiceImpl. readRaster(InputStream in, JPEG2000CodecOptions options)
void
JAIIIOService. writeImage(OutputStream out, BufferedImage img, JPEG2000CodecOptions options)
Writes an image using JAI Image I/O using the JPEG 2000 codec.void
JAIIIOServiceImpl. writeImage(OutputStream out, BufferedImage img, JPEG2000CodecOptions options)
-