public class ModifyGifRequest extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
backgroundColorIndex
Index of the background color.
|
Integer |
colorResolution
Color resolution.
|
String |
folder
Folder with image to process.
|
Boolean |
fromScratch
Specifies where additional parameters we do not support should be taken from.
|
Boolean |
hasTrailer
Specifies if image has trailer.
|
Boolean |
interlaced
Specifies if image is interlaced.
|
Boolean |
isPaletteSorted
Specifies if palette is sorted.
|
String |
name
Filename of image.
|
Integer |
pixelAspectRatio
Pixel aspect ratio.
|
String |
storage
Your Aspose Cloud Storage name.
|
Constructor and Description |
---|
ModifyGifRequest(String name,
Integer backgroundColorIndex,
Integer colorResolution,
Boolean hasTrailer,
Boolean interlaced,
Boolean isPaletteSorted,
Integer pixelAspectRatio,
Boolean fromScratch,
String folder,
String storage)
Initializes a new instance of the ModifyGifRequest class.
|
public String name
public Integer backgroundColorIndex
public Integer colorResolution
public Boolean hasTrailer
public Boolean interlaced
public Boolean isPaletteSorted
public Integer pixelAspectRatio
public Boolean fromScratch
public String folder
public String storage
public ModifyGifRequest(String name, Integer backgroundColorIndex, Integer colorResolution, Boolean hasTrailer, Boolean interlaced, Boolean isPaletteSorted, Integer pixelAspectRatio, Boolean fromScratch, String folder, String storage)
name
- Filename of image.backgroundColorIndex
- 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.folder
- Folder with image to process.storage
- Your Aspose Cloud Storage name.Copyright © 2019 Aspose Pty Ltd. All rights reserved.