JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
E
F
H
I
J
N
R
S
W
C
com.gemalto.jp2
- package com.gemalto.jp2
D
decode()
- Method in class com.gemalto.jp2.
JP2Decoder
disableBitmapPremultiplication()
- Method in class com.gemalto.jp2.
JP2Decoder
This allows you to turn off alpha pre-multiplication in the output bitmap.
E
encode()
- Method in class com.gemalto.jp2.
JP2Encoder
Encode to JPEG-2000, return the result as a byte array.
encode(String)
- Method in class com.gemalto.jp2.
JP2Encoder
Encode to JPEG-2000, store the result into a file.
encode(OutputStream)
- Method in class com.gemalto.jp2.
JP2Encoder
Encode to JPEG-2000, write the result into an
OutputStream
.
F
FORMAT_J2K
- Static variable in class com.gemalto.jp2.
JP2Encoder
JPEG 2000 codestream format
FORMAT_JP2
- Static variable in class com.gemalto.jp2.
JP2Encoder
The standard JPEG-2000 file format
H
hasAlpha
- Variable in class com.gemalto.jp2.
JP2Decoder.Header
Header()
- Constructor for class com.gemalto.jp2.
JP2Decoder.Header
height
- Variable in class com.gemalto.jp2.
JP2Decoder.Header
I
isJPEG2000(byte[])
- Static method in class com.gemalto.jp2.
JP2Decoder
Returns true if the byte array starts with values typical for a JPEG-2000 header.
J
JP2Decoder
- Class in
com.gemalto.jp2
JPEG-2000 bitmap decoder.
JP2Decoder(byte[])
- Constructor for class com.gemalto.jp2.
JP2Decoder
Decode a JPEG-2000 image from a byte array.
JP2Decoder(String)
- Constructor for class com.gemalto.jp2.
JP2Decoder
Decode a JPEG-2000 image file.
JP2Decoder(InputStream)
- Constructor for class com.gemalto.jp2.
JP2Decoder
Decode a JPEG-2000 image from a stream.
JP2Decoder.Header
- Class in
com.gemalto.jp2
JP2Encoder
- Class in
com.gemalto.jp2
JPEG-2000 bitmap encoder.
JP2Encoder(Bitmap)
- Constructor for class com.gemalto.jp2.
JP2Encoder
Creates a new instance of the JPEG-2000 encoder.
JP2Encoder.OutputFormat
- Annotation Type in
com.gemalto.jp2
N
numQualityLayers
- Variable in class com.gemalto.jp2.
JP2Decoder.Header
numResolutions
- Variable in class com.gemalto.jp2.
JP2Decoder.Header
R
readHeader()
- Method in class com.gemalto.jp2.
JP2Decoder
Decodes the file header information and returns it in a
JP2Decoder.Header
object.
S
setCompressionRatio(float...)
- Method in class com.gemalto.jp2.
JP2Encoder
Set compression ratio.
setLayersToDecode(int)
- Method in class com.gemalto.jp2.
JP2Decoder
Set the maximum number of quality layers to decode.
setNumResolutions(int)
- Method in class com.gemalto.jp2.
JP2Encoder
Set the number of resolutions.
setOutputFormat(int)
- Method in class com.gemalto.jp2.
JP2Encoder
Sets the output file format.
setSkipResolutions(int)
- Method in class com.gemalto.jp2.
JP2Decoder
Set the number of highest resolution levels to be discarded.
setVisualQuality(float...)
- Method in class com.gemalto.jp2.
JP2Encoder
Set image quality.
W
width
- Variable in class com.gemalto.jp2.
JP2Decoder.Header
C
D
E
F
H
I
J
N
R
S
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes