Reference module(s): PNG Image Export (Thumbnail). More...
Go to the source code of this file.
Defines | |
#define | FE2_FILTER_PNGEX |
Filter name for use with Flix2_AddFilter(). | |
#define | FE2_PNGEX_OUTPUT_DIRECTORY |
Filter parameter for setting PNG image output directory. | |
#define | FE2_PNGEX_FILENAME_PREFIX |
Filter parameter for setting PNG image file name prefix. | |
#define | FE2_PNGEX_FILENAME_SUFFIX |
Filter parameter for setting PNG image file name suffix. | |
#define | FE2_PNGEX_ENABLE_ALPHA |
Filter parameter for preserving source video alpha channel data in exported PNG images. | |
#define | FE2_PNGEX_EXPORT_INTERVAL |
Filter parameter for enabling PNG image export at a millisecond interval. | |
#define | FE2_PNGEX_EXPORT_TIME_STRING |
Filter parameter for setting a string of PNG export times in milliseconds. | |
#define | FE2_PNGEX_EXPORT_CUE_POINTS |
Filter parameter for enabling export of PNG images at cue points. | |
#define | FE2_PNGEX_AUTO_EXPORT_COUNT |
Filter parameter for enabling automatic PNG image generation. | |
#define | FE2_PNGEX_AUTO_EXPORT_START_TIME |
Filter parameter for setting PNG auto generation start time. | |
#define | FE2_PNGEX_AUTO_EXPORT_END_TIME |
Filter parameter for setting PNG auto generation end time. | |
#define | FE2_PNGEX_AUTO_EXPORT_RANDOM_PERIOD |
Filter parameter for randomizing auto generated times. | |
#define | FE2_PNGEX_EXPORT_FIRST_FRAME_PNG |
Filter parameter for enabling PNG image creation using the first video frame. | |
#define | FE2_PNGEX_COMPRESSION_LEVEL |
Filter parameter for setting compression level used by libpng. | |
#define | FE2_PNGEX_WIDTH |
Filter parameter for setting PNG image width. | |
#define | FE2_PNGEX_HEIGHT |
Filter parameter for setting PNG image height. | |
Enumerations | |
enum | FE2_PNGExCuePtMode { FE2_PNGEX_CP_EVENT, FE2_PNGEX_CP_NAV, FE2_PNGEX_CP_ALL } |
Constants for use with FE2_PNGEX_EXPORT_CUE_POINTS. More... |
Reference module(s): PNG Image Export (Thumbnail).
Definition in file png_export.h.