public class CreateModifiedGifRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
backgroundColorIndex
Index of the background color.
|
Integer |
colorResolution
Color resolution.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Boolean |
hasTrailer
Specifies if image has trailer.
|
byte[] |
imageData
Input image
|
Boolean |
interlaced
Specifies if image is interlaced.
|
Boolean |
isPaletteSorted
Specifies if palette is sorted.
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image).
|
Integer |
pixelAspectRatio
Pixel aspect ratio.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
CreateModifiedGifRequest(byte[] imageData,
Integer backgroundColorIndex,
Integer colorResolution,
Boolean hasTrailer,
Boolean interlaced,
Boolean isPaletteSorted,
Integer pixelAspectRatio,
Boolean fromScratch,
String outPath,
String storage)
Initializes a new instance of the CreateModifiedGifRequest class.
|
public byte[] imageData
public Integer backgroundColorIndex
public Integer colorResolution
public Boolean hasTrailer
public Boolean interlaced
public Boolean isPaletteSorted
public Integer pixelAspectRatio
public Boolean fromScratch
public String outPath
public String storage
public CreateModifiedGifRequest(byte[] imageData, Integer backgroundColorIndex, Integer colorResolution, Boolean hasTrailer, Boolean interlaced, Boolean isPaletteSorted, Integer pixelAspectRatio, Boolean fromScratch, String outPath, String storage)
imageData
- Input imagebackgroundColorIndex
- Index of the background color.colorResolution
- Color resolution.hasTrailer
- Specifies if image has trailer.interlaced
- Specifies if image is interlaced.isPaletteSorted
- Specifies if palette is sorted.pixelAspectRatio
- Pixel aspect ratio.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 © 2020 Aspose Pty Ltd. All rights reserved.