is a small utility that generates C code containing arbitrary data, useful for compiling texts or other data directly into programs.
INVOCATION
exo-csource
either takes as input one file name to generate code for, or, using the
--build-list
option, a list of (name,
file) pairs to generate code for a list of images into named variables.
Options
-h, --help
-
Print brief help and exit.
-v, --version
-
Print version information and exit.
--extern
-
Generate extern symbols.
--static
-
Generate static symbols (default).
--name=identifier
-
Specifies the
identifier
name (prefix) for the generated variables (only used if
--build-list
was not specified as well).
--build-list
-
Enables (name,
file) pair parsing mode.
--output=identifier
-
Prints the output to
identifier
instead of stdout (only used if
--build-list
was not specified as well).
SEE ALSO
The
gdk-pixbuf-csource
utility which ships with the Gtk+ distribution, available from
m[blue]www.gtk.orgm[][1].
AUTHOR
exo-csource
was written by Benedikt Meurer
<benny@xfce.org>.
This manual page was provided by Benedikt Meurer
<benny@xfce.org>.
NOTES
- 1.
-
www.gtk.org
-
http://www.gtk.org
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- INVOCATION
-
- Options
-
- SEE ALSO
-
- AUTHOR
-
- NOTES
-
This document was created by
man2html,
using the manual pages.
Time: 00:05:12 GMT, March 31, 2021