| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.dicom |
The package handles Dicom file format processing
|
| com.aspose.imaging.fileformats.jpeg |
The package handles Jpeg file format processing.
|
| com.aspose.imaging.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
| Modifier and Type | Method and Description |
|---|---|
JpegOptions |
Compression.getJpeg()
Gets the JPEG options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Compression.setJpeg(JpegOptions value)
Sets the JPEG options.
|
| Modifier and Type | Method and Description |
|---|---|
JpegOptions |
JpegImage.getJpegOptions()
Gain access to the JPEG options employed during the creation or loading of this
JpegImage instance with ease. |
| Constructor and Description |
|---|
JpegImage(JpegOptions jpegOptions,
int width,
int height)
Initialize a new
JpegImage object with the provided JPEG options. |
| Constructor and Description |
|---|
JpegOptions(JpegOptions jpegOptions)
Initializes a new instance of the
JpegOptions class. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.