public class ModifyJpegRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
compressionType
Compression type: baseline (default), progressive, lossless or jpegls.
|
String |
folder
Folder with image to process.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
String |
name
Filename of image.
|
Integer |
quality
Quality of an image from 0 to 100.
|
String |
storage
Your Aspose Cloud Storage name.
|
public String name
public Integer quality
public String compressionType
public Boolean fromScratch
public String folder
public String storage
public ModifyJpegRequest(String name, Integer quality, String compressionType, Boolean fromScratch, String folder, String storage)
name
- Filename of image.quality
- Quality of an image from 0 to 100. Default is 75.compressionType
- Compression type: baseline (default), progressive, lossless or jpegls.fromScratch
- Specifies where additional parameters we do not support should be taken from. If this is true – they will be taken from default values for standard image, if it is false – they will be saved from current image. Default is false.folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2021 Aspose Pty Ltd. All rights reserved.