#include <pxl_imageexport.h>
Public Types | |
| enum | VFZFLAGS { NoInfoBlocks = 64, NoThumbnail = 128 } |
Public Member Functions | |
| VFZExportParam (size_t inLevelToPreserve=5) | |
Public Attributes | |
| size_t | levelToPreserve |
| The level to preserve (0-5). | |
| size_t | flags |
| Any combination of VFZFLAGS enumeration values. | |
| const SimpleArray< u8 > * | infoBlocks |
Reserved; must be NULL. | |
| size_t | blockCount |
| Reserved; must be 0. | |
Definition at line 35 of file pxl_imageexport.h.
This enumeration values are used with flags field.
| NoInfoBlocks | Not to embed information in VFZ file. |
| NoThumbnail | No thumbnails in VFZ file. |
Definition at line 46 of file pxl_imageexport.h.
| Celartem::ExportUtils::VFZExportParam::VFZExportParam | ( | size_t | inLevelToPreserve = 5 |
) | [inline] |
This constructor initializes the structure.
| inLevelToPreserve | The level to preserve (0-5). If this value is less than 5, it means the output image is lossy. |
Definition at line 64 of file pxl_imageexport.h.
The level to preserve (0-5).
The level to preserve (0-5). If this value is less than 5, it means the output image is lossy.
Definition at line 41 of file pxl_imageexport.h.