AIImageOptPNGParams Struct Reference
PNG parameters for image optimization.
More...
#include <AIImageOptimization.h>
List of all members.
Public Attributes |
| AIBool8 | interlaced |
| | When true, the input image is interlaced.
|
| 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].
|
| 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
PNG parameters for image optimization.
See AIImageOptSuite and additional parameters in AIImageOptPNGParams2.
Member Data Documentation
When true, the input image is interlaced.
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.
The transparency index of the input image, in the range [0..numberOfColors-1].
The documentation for this struct was generated from the following file: