public class CreateGrayscaledImageRequest extends Object
Modifier and Type | Field and Description |
---|---|
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 |
---|
CreateGrayscaledImageRequest(byte[] imageData,
String outPath,
String storage)
Initializes a new instance of the CreateGrayscaledImageRequest class.
|
public byte[] imageData
public String outPath
public String storage
public CreateGrayscaledImageRequest(byte[] imageData, String outPath, String storage)
imageData
- Input imageoutPath
- 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.