Skip navigation links

JPEG2000 support for Java Advanced Imaging Image I/O Tools API 1.2-pre-dr-b04-2014-09-13 API

JavaTM Advanced Imaging Image I/O Tools provides JAI read and write operations which use the Java Image I/O Framework, image input and output streams which use the New I/O APIs, and image reader and writer plug-ins.

See: Description

Packages 
Package Description
com.sun.media.imageioimpl.plugins.jpeg2000  
jj2000.j2k  
jj2000.j2k.codestream  
jj2000.j2k.codestream.reader  
jj2000.j2k.codestream.writer  
jj2000.j2k.decoder  
jj2000.j2k.entropy  
jj2000.j2k.entropy.decoder  
jj2000.j2k.entropy.encoder  
jj2000.j2k.fileformat  
jj2000.j2k.fileformat.reader  
jj2000.j2k.fileformat.writer  
jj2000.j2k.image  
jj2000.j2k.image.forwcomptransf  
jj2000.j2k.image.input  
jj2000.j2k.image.invcomptransf  
jj2000.j2k.io  
jj2000.j2k.quantization  
jj2000.j2k.quantization.dequantizer  
jj2000.j2k.quantization.quantizer  
jj2000.j2k.roi  
jj2000.j2k.roi.encoder  
jj2000.j2k.util  
jj2000.j2k.wavelet  
jj2000.j2k.wavelet.analysis  
jj2000.j2k.wavelet.synthesis  

JavaTM Advanced Imaging Image I/O Tools provides JAI read and write operations which use the Java Image I/O Framework, image input and output streams which use the New I/O APIs, and image reader and writer plug-ins.

This documentation explains the JPEG2000 support. See jai-imageio-core javadoc for the general ImageIO documentation.

JPEG 2000

JavaTM and native-based ImageReader and ImageWriter plug-ins are provided for the JPEG 2000 image format. A summary of the attributes of these plug-ins is given in the table below with more details in the description of the package com.sun.media.imageio.plugins.jpeg2000. If security permission settings disallow loading native code, or if the system property "com.sun.media.imageio.disableCodecLib" is set to "true" at the time of plug-in registration the native service providers will deregister themselves and the native plug-ins will not be available. If both the native and JavaTM plug-ins are registered, the native plug-ins will have higher precedence in the IIORegistry.

JPEG 2000 Reader/Writer Plug-in Attributes
Attribute Value
Format Names jpeg2000, jpeg 2000
MIME Type image/jp2, image/jpeg2000
Suffix jp2
Native Image Metadata com_sun_media_imageio_plugins_jpeg2000_image_1.0
ImageReadParam J2KImageReadParam
ImageWriteParam J2KImageWriteParam
References JPEG 2000 Links

Since:
1.0
Skip navigation links

Copyright © 2014. All rights reserved.