public class PostImageTiffRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
bitDepth
Bit depth.
|
String |
compression
Compression.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Double |
horizontalResolution
New horizontal resolution.
|
byte[] |
imageData
Input image
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
String |
resolutionUnit
New resolution unit.
|
String |
storage
Your Aspose Cloud Storage name.
|
Double |
verticalResolution
New verstical resolution.
|
Constructor and Description |
---|
PostImageTiffRequest(byte[] imageData,
String compression,
String resolutionUnit,
Integer bitDepth,
Boolean fromScratch,
Double horizontalResolution,
Double verticalResolution,
String outPath,
String storage)
Initializes a new instance of the PostImageTiffRequest class.
|
public byte[] imageData
public String compression
public String resolutionUnit
public Integer bitDepth
public Boolean fromScratch
public Double horizontalResolution
public Double verticalResolution
public String outPath
public String storage
public PostImageTiffRequest(byte[] imageData, String compression, String resolutionUnit, Integer bitDepth, Boolean fromScratch, Double horizontalResolution, Double verticalResolution, String outPath, String storage)
imageData
- Input imagecompression
- Compression.resolutionUnit
- New resolution unit.bitDepth
- Bit depth.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.horizontalResolution
- New horizontal resolution.verticalResolution
- New verstical resolution.outPath
- Path to updated file (if this is empty, response contains streamed image).storage
- Your Aspose Cloud Storage name.Copyright © 2018 Aspose Pty Ltd. All rights reserved.