AIImageOptGIFParams Struct Reference
GIF parameters for image optimization.
More...
#include <AIImageOptimization.h>
List of all members.
Public Attributes |
AIBool8 | interlaced |
| When true, the input image is interlaced.
|
AIBool8 | transparencyAvailable |
| When true, the input image can use transparency.
|
ai::int32 | numberOfColors |
| The number of colors in the input image, in the range [2..255].
|
ai::int32 | transparentIndex |
| The transparency index of the input image, in the range [0..numberOfColors-1].
|
ai::int32 | loss |
| Degree of lossiness for conversion, in the range [0..100].
|
AIFloat | resolution |
| The image resolution, in pixels per inch, of the input image.
|
AIBool8 | outAlpha |
| When true, include an alpha channel in the output image.
|
ai::int32 | outWidth |
| The width in pixels of the output image.
|
ai::int32 | outHeight |
| The height in pixels of the output image.
|
Detailed Description
GIF parameters for image optimization.
See AIImageOptSuite
.
Member Data Documentation
When true, the input image is interlaced.
Degree of lossiness for conversion, in the range [0..100].
The number of colors in the input image, in the range [2..255].
When true, include an alpha channel in the output image.
The height in pixels of the output image.
The width in pixels of the output image.
The image resolution, in pixels per inch, of the input image.
When true, the input image can use transparency.
The transparency index of the input image, in the range [0..numberOfColors-1].
The documentation for this struct was generated from the following file: