Package | Description |
---|---|
com.aspose.psd.fileformats.jpeg |
The package handles Jpeg file format processing.
|
com.aspose.psd.fileformats.psd.resources | |
com.aspose.psd.imageoptions |
The package contains classes suitable for export, save or creation of different file formats.
|
Constructor and Description |
---|
JpegSaver(com.aspose.internal.fileformats.jpeg.JpegStream stream,
JpegOptions jpegOptions,
Rectangle imageBounds,
PixelDataFormat pixelDataFormat,
com.aspose.internal.fileformats.jpeg.encodingcontrollers.JpegEncodingController encodingController,
int encodingMode,
com.aspose.internal.fileformats.jpeg.rdoptimizer.OptimizedQTables optimizedQTables)
Initializes a new instance of the
JpegSaver class. |
Modifier and Type | Method and Description |
---|---|
JpegOptions |
ThumbnailResource.getJpegOptions()
Gets or sets the JPEG options.
|
Modifier and Type | Method and Description |
---|---|
void |
ThumbnailResource.setJpegOptions(JpegOptions value)
Gets or sets the JPEG options.
|
Constructor and Description |
---|
JpegOptions(JpegOptions jpegOptions)
Initializes a new instance of the
JpegOptions class. |