public class PostImageWebPRequest 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 is lossless.
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
Integer |
quality
Quality.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
PostImageWebPRequest(byte[] imageData,
Boolean lossLess,
Integer quality,
Integer animLoopCount,
String animBackgroundColor,
Boolean fromScratch,
String outPath,
String storage)
Initializes a new instance of the PostImageWebPRequest 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 PostImageWebPRequest(byte[] imageData, Boolean lossLess, Integer quality, Integer animLoopCount, String animBackgroundColor, Boolean fromScratch, String outPath, String storage)
imageData
- Input imagelossLess
- If WEBP is lossless.quality
- Quality.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 © 2018 Aspose Pty Ltd. All rights reserved.