| Package | Description |
|---|---|
| org.aoju.bus.image.nimble.codec | |
| org.aoju.bus.image.nimble.codec.jpeg |
| Modifier and Type | Field and Description |
|---|---|
protected PatchJPEGLS |
Decompressor.patchJpegLS |
PatchJPEGLS |
ImageWriterFactory.ImageWriterParam.patchJPEGLS |
PatchJPEGLS |
ImageReaderFactory.ImageReaderParam.patchJPEGLS |
| Modifier and Type | Method and Description |
|---|---|
PatchJPEGLS |
ImageWriterFactory.getPatchJPEGLS() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageWriterFactory.setPatchJPEGLS(PatchJPEGLS patchJPEGLS) |
| Constructor and Description |
|---|
ImageReaderParam(String formatName,
String className,
PatchJPEGLS patchJPEGLS,
Property[] imageReadParams) |
ImageWriterParam(String formatName,
String className,
PatchJPEGLS patchJPEGLS,
Property[] imageWriteParams) |
| Modifier and Type | Method and Description |
|---|---|
static PatchJPEGLS |
PatchJPEGLS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchJPEGLS[] |
PatchJPEGLS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PatchJPEGLSImageInputStream(ImageInputStream iis,
PatchJPEGLS patchJPEGLS) |
PatchJPEGLSImageOutputStream(ImageOutputStream ios,
PatchJPEGLS patchJpegLS) |
Copyright © 2021. All rights reserved.