|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Parsed command-line options. More...
Data Fields | |
| const char * | path |
| Input document path. | |
| const char * | dump_ppm |
| Output path, or NULL. | |
| uint32_t | page |
| Headless page index. | |
| int64_t | dump_tile |
| Tile index, or -1. | |
| bool | headless |
| Do not create a window. | |
| const char* viewer_options_t::dump_ppm |
Output path, or NULL.
Definition at line 43 of file main.c.
Referenced by internal_execute(), internal_parse_arguments(), and internal_render_page().
| int64_t viewer_options_t::dump_tile |
Tile index, or -1.
Definition at line 45 of file main.c.
Referenced by internal_execute(), and internal_parse_arguments().
| bool viewer_options_t::headless |
Do not create a window.
Definition at line 46 of file main.c.
Referenced by internal_execute(), and internal_parse_arguments().
| uint32_t viewer_options_t::page |
Headless page index.
Definition at line 44 of file main.c.
Referenced by internal_parse_arguments(), and main().
| const char* viewer_options_t::path |