logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pappl-makeresheader - resource header utility

Description

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
       papplSystemAddResourceData  or  papplSystemAddResourceString  functions, or as data for a printer icon in
       the 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".

Name

       pappl-makeresheader - resource header utility

See Also

pappl(1), https://www.msweet.org/pappl

Synopsis

pappl-makeresheaderFILES > FILENAME.h

See Also