public class CreateResizedImageRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
format
Resulting image format.
|
byte[] |
imageData
Input image
|
Integer |
newHeight
New height.
|
Integer |
newWidth
New width.
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
storage
Your Aspose Cloud Storage name.
|
public byte[] imageData
public Integer newWidth
public Integer newHeight
public String format
public String outPath
public String storage
public CreateResizedImageRequest(byte[] imageData, Integer newWidth, Integer newHeight, String format, String outPath, String storage)
imageData
- Input imagenewWidth
- New width.newHeight
- New height.format
- Resulting image format. Please, refer to https://docs.aspose.cloud/display/imagingcloud/Supported+File+Formats#SupportedFileFormats-CommonOperationsFormatSupportMap for possible use-cases.outPath
- Path to updated file (if this is empty, response contains streamed image).storage
- Your Aspose Cloud Storage name.Copyright © 2020 Aspose Pty Ltd. All rights reserved.