public class CreateModifiedWebPRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
animBackgroundColor
Color of the animation background.
|
Integer |
animLoopCount
The animation loop count.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
byte[] |
imageData
Input image
|
Boolean |
lossLess
If WEBP should be in lossless format.
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
Integer |
quality
Quality (0-100).
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
CreateModifiedWebPRequest(byte[] imageData,
Boolean lossLess,
Integer quality,
Integer animLoopCount,
String animBackgroundColor,
Boolean fromScratch,
String outPath,
String storage)
Initializes a new instance of the CreateModifiedWebPRequest class.
|
public byte[] imageData
public Boolean lossLess
public Integer quality
public Integer animLoopCount
public String animBackgroundColor
public Boolean fromScratch
public String outPath
public String storage
public CreateModifiedWebPRequest(byte[] imageData, Boolean lossLess, Integer quality, Integer animLoopCount, String animBackgroundColor, Boolean fromScratch, String outPath, String storage)
imageData
- Input imagelossLess
- 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.outPath
- Path to updated file (if this is empty, response contains streamed image).storage
- Your Aspose Cloud Storage name.Copyright © 2019 Aspose Pty Ltd. All rights reserved.