1pappl-makeresheader(1) Michael R Sweet pappl-makeresheader(1)
2
3
4
6 pappl-makeresheader - resource header utility
7
9 pappl-makeresheader FILES > FILENAME.h
10
12 pappl-makeresheader creates a C header file suitable for inclusion in a
13 printer application. The header file creates a C unsigned char array
14 or string constant that can be used with the papplSystemAddResourceData
15 or papplSystemAddResourceString functions, or as data for a printer
16 icon in the pappl_icon_t structure. The C variable names used for each
17 file are generated by replacing all spaces, dots, and dashes with the
18 underscore. For example, a file named "my printer-icon.png" would have
19 the C variable name "my_printer_icon_png".
20
22 pappl(1), https://www.msweet.org/pappl
23
25 Copyright © 2019-2020 by Michael R Sweet.
26
27 PAPPL is licensed under the Apache License Version 2.0 with an (op‐
28 tional) exception to allow linking against GPL2/LGPL2 software (like
29 older versions of CUPS), so it can be used freely in any project you'd
30 like. See the files "LICENSE" and "NOTICE" in the source distribution
31 for more information.
32
33
34
352020-10-25 pappl-makeresheader pappl-makeresheader(1)