| Modifier and Type | Field and Description |
|---|---|
static Encoder |
CHROMINANCE_TABLE
An
Encoder object that is initialized with the globally unique identifier
for the chrominance table parameter category. |
static Encoder |
COLOR_DEPTH
An
Encoder object that is initialized with the globally unique identifier for the color depth
parameter category. |
static Encoder |
COMPRESSION
An
Encoder object that is initialized with the globally unique identifier for the compression
parameter category. |
static Encoder |
LUMINANCE_TABLE
Represents an
Encoder object that is initialized with the globally unique identifier
for the luminance table parameter category. |
static Encoder |
QUALITY
Represents an
Encoder object that is initialized with the globally unique identifier
for the quality parameter category. |
static Encoder |
RENDER_METHOD
Represents an
Encoder object that is initialized with the globally unique identifier
for the render method parameter category. |
static Encoder |
SAVE_FLAG
Represents an
Encoder object that is initialized with the globally unique identifier
for the save flag parameter category. |
static Encoder |
SCAN_METHOD
Represents an
Encoder object that is initialized with the globally unique identifier for the scan method
parameter category. |
static Encoder |
TRANSFORMATION
Represents an
Encoder object that is initialized with the globally unique identifier
for the transformation parameter category. |
static Encoder |
VERSION
Represents an
Encoder object that is initialized with the globally unique identifier
for the version parameter category. |
| Constructor and Description |
|---|
Encoder(UUID guid)
Initializes a new instance of the
Encoder class from the specified globally unique identifier (GUID). |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getGuid()
Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.
|
public static final Encoder COMPRESSION
An Encoder object that is initialized with the globally unique identifier for the compression
parameter category.
public static final Encoder COLOR_DEPTH
An Encoder object that is initialized with the globally unique identifier for the color depth
parameter category.
public static final Encoder SCAN_METHOD
Represents an Encoder object that is initialized with the globally unique identifier for the scan method
parameter category.
public static final Encoder VERSION
Represents an Encoder object that is initialized with the globally unique identifier
for the version parameter category.
public static final Encoder RENDER_METHOD
Represents an Encoder object that is initialized with the globally unique identifier
for the render method parameter category.
public static final Encoder QUALITY
Represents an Encoder object that is initialized with the globally unique identifier
for the quality parameter category.
public static final Encoder TRANSFORMATION
Represents an Encoder object that is initialized with the globally unique identifier
for the transformation parameter category.
public static final Encoder LUMINANCE_TABLE
Represents an Encoder object that is initialized with the globally unique identifier
for the luminance table parameter category.
public static final Encoder CHROMINANCE_TABLE
An Encoder object that is initialized with the globally unique identifier
for the chrominance table parameter category.
public UUID getGuid()
Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.