public class GetImagePsdRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
channelsCount
Count of color channels.
|
String |
compressionMethod
Compression method.
|
String |
folder
Folder with image to process.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
String |
name
Filename of image.
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
storage
Your Aspose Cloud Storage name.
|
public String name
public Integer channelsCount
public String compressionMethod
public Boolean fromScratch
public String outPath
public String folder
public String storage
public GetImagePsdRequest(String name, Integer channelsCount, String compressionMethod, Boolean fromScratch, String outPath, String folder, String storage)
name
- Filename of image.channelsCount
- Count of color channels.compressionMethod
- Compression method.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).folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2018 Aspose Pty Ltd. All rights reserved.