public class CreateModifiedBmpRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
bitsPerPixel
Color depth.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Integer |
horizontalResolution
New horizontal resolution.
|
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.
|
Integer |
verticalResolution
New vertical resolution.
|
Constructor and Description |
---|
CreateModifiedBmpRequest(byte[] imageData,
Integer bitsPerPixel,
Integer horizontalResolution,
Integer verticalResolution,
Boolean fromScratch,
String outPath,
String storage)
Initializes a new instance of the CreateModifiedBmpRequest class.
|
public byte[] imageData
public Integer bitsPerPixel
public Integer horizontalResolution
public Integer verticalResolution
public Boolean fromScratch
public String outPath
public String storage
public CreateModifiedBmpRequest(byte[] imageData, Integer bitsPerPixel, Integer horizontalResolution, Integer verticalResolution, Boolean fromScratch, String outPath, String storage)
imageData
- Input imagebitsPerPixel
- Color depth.horizontalResolution
- New horizontal resolution.verticalResolution
- New vertical resolution.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 © 2021 Aspose Pty Ltd. All rights reserved.