public class ModifyWebPRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
animBackgroundColor
Color of the animation background.
|
Integer |
animLoopCount
The animation loop count.
|
String |
folder
Folder with image to process.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Boolean |
lossLess
If WEBP should be in lossless format.
|
String |
name
Filename of image.
|
Integer |
quality
Quality (0-100).
|
String |
storage
Your Aspose Cloud Storage name.
|
public String name
public Boolean lossLess
public Integer quality
public Integer animLoopCount
public String animBackgroundColor
public Boolean fromScratch
public String folder
public String storage
public ModifyWebPRequest(String name, Boolean lossLess, Integer quality, Integer animLoopCount, String animBackgroundColor, Boolean fromScratch, String folder, String storage)
name
- Filename of image.lossLess
- If WEBP should be in lossless format.quality
- Quality (0-100).animLoopCount
- The animation loop count.animBackgroundColor
- Color of the animation background.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.