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 JPEG2000CodecOptionsJPEG2000CodecOptions. getDefaultOptions()Return JPEG2000CodecOptions with reasonable default values.static JPEG2000CodecOptionsJPEG2000CodecOptions. 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 java.awt.image.BufferedImageJAIIIOService. readImage(java.io.InputStream in, JPEG2000CodecOptions options)Reads an image using JAI Image I/O using the JPEG 2000 codec.java.awt.image.BufferedImageJAIIIOServiceImpl. readImage(java.io.InputStream in, JPEG2000CodecOptions options)java.awt.image.RasterJAIIIOService. readRaster(java.io.InputStream in, JPEG2000CodecOptions options)Reads an image into a raster using JAI Image I/O using the JPEG 2000 codec.java.awt.image.RasterJAIIIOServiceImpl. readRaster(java.io.InputStream in, JPEG2000CodecOptions options)voidJAIIIOService. writeImage(java.io.OutputStream out, java.awt.image.BufferedImage img, JPEG2000CodecOptions options)Writes an image using JAI Image I/O using the JPEG 2000 codec.voidJAIIIOServiceImpl. writeImage(java.io.OutputStream out, java.awt.image.BufferedImage img, JPEG2000CodecOptions options)
-