Uses of Class
ome.codecs.JPEG2000CodecOptions
Packages that use JPEG2000CodecOptions
Package
Description
Package containing Bio-Formats compression and decompression logic.
-
Uses of JPEG2000CodecOptions in ome.codecs
Methods in ome.codecs that return JPEG2000CodecOptionsModifier and TypeMethodDescriptionstatic 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 JPEG2000CodecOptionsModifier and TypeMethodDescriptionJAIIIOService.readImage(InputStream in, JPEG2000CodecOptions options) Reads an image using JAI Image I/O using the JPEG 2000 codec.JAIIIOServiceImpl.readImage(InputStream in, JPEG2000CodecOptions options) JAIIIOService.readRaster(InputStream in, JPEG2000CodecOptions options) Reads an image into a raster using JAI Image I/O using the JPEG 2000 codec.JAIIIOServiceImpl.readRaster(InputStream in, JPEG2000CodecOptions options) voidJAIIIOService.writeImage(OutputStream out, BufferedImage img, JPEG2000CodecOptions options) Writes an image using JAI Image I/O using the JPEG 2000 codec.voidJAIIIOServiceImpl.writeImage(OutputStream out, BufferedImage img, JPEG2000CodecOptions options)