public class PostImageSaveAsRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
format
Resulting image format.
|
byte[] |
imageData
Input image
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
PostImageSaveAsRequest(byte[] imageData,
String format,
String outPath,
String storage)
Initializes a new instance of the PostImageSaveAsRequest class.
|
public byte[] imageData
public String format
public String outPath
public String storage
public PostImageSaveAsRequest(byte[] imageData, String format, String outPath, String storage)
imageData
- Input imageformat
- Resulting image format. Currently, BMP, PSD, JPG, TIFF, GIF, PNG, J2K and WEBP are supported.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.