Google Flix Engine Linux Reference Manual Manuale Utente Pagina 147

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 545
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 146
5.32 PNG Image Export (Thumbnail) 141
5.32.2.15 #define FE2_PNGEX_OUTPUT_DIRECTORY
Filter parameter for setting PNG image output directory.
If a directory is not specified, the PNG exporter will write PNG images to the directory specified in the
path passed to Flix2_SetOutputFile().
For example, the following code will set the PNG export directory to /png/output/directory:
sc = Flix2_AddFilter(&png_exporter_plgn, flix, FE2_FILTER_PNGEX);
if (sc == ON2_OK)
// output PNGs to directory
sc = Flix2_FilterSetParamAsStr(png_exporter_plgn,
FE2_PNGEX_OUTPUT_DIRECTORY, "/png/output/directory");
Definition at line 118 of file png_export.h.
5.32.2.16 #define FE2_PNGEX_WIDTH
Filter parameter for setting PNG image width.
Note:
Default: input width
From 8.0.16.0, use of the reserved values defined for FE2_SCALE_WIDTH is valid
Definition at line 379 of file png_export.h.
5.32.3 Enumeration Type Documentation
5.32.3.1 enum FE2_PNGExCuePtMode
Constants for use with
FE2_PNGEX_EXPORT_CUE_POINTS.
Enumerator:
FE2_PNGEX_CP_EVENT PNG image exporter will export PNGs for only event cue points
FE2_PNGEX_CP_NAV PNG image exporter will export PNGs for only navigation cue points
FE2_PNGEX_CP_ALL PNG image exporter will export PNGs for all cue points
Definition at line 391 of file png_export.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Vedere la pagina 146
1 2 ... 142 143 144 145 146 147 148 149 150 151 152 ... 544 545

Commenti su questo manuale

Nessun commento