.\" .\" pappl-makeresheader man page .\" .\" Copyright © 2019-2020 by Michael R Sweet .\" .\" Licensed under Apache License v2.0. See the file "LICENSE" for more .\" information. .\" .TH pappl-makeresheader 1 "pappl-makeresheader" "2020-10-25" "Michael R Sweet" .SH NAME pappl-makeresheader \- resource header utility .SH SYNOPSIS .B pappl-makeresheader .I FILES > .I FILENAME.h .SH DESCRIPTION .B pappl-makeresheader creates a C header file suitable for inclusion in a printer application. The header file creates a C unsigned char array or string constant that can be used with the .B papplSystemAddResourceData or .B papplSystemAddResourceString functions, or as data for a printer icon in the .B pappl_icon_t structure. The C variable names used for each file are generated by replacing all spaces, dots, and dashes with the underscore. For example, a file named "my printer-icon.png" would have the C variable name "my_printer_icon_png". .SH SEE ALSO .BR pappl (1), https://www.msweet.org/pappl .SH COPYRIGHT Copyright \[co] 2019-2020 by Michael R Sweet. .PP .B PAPPL is licensed under the Apache License Version 2.0 with an (optional) exception to allow linking against GPL2/LGPL2 software (like older versions of CUPS), so it can be used .I freely in any project you'd like. See the files "LICENSE" and "NOTICE" in the source distribution for more information.