###################################################################*/
##                        imlib raw rgb converter                ##*/
##                                                               ##*/
## This software falls under the GNU Public License. Please read ##*/
##              the COPYING file for more information            ##*/
###################################################################*/

Sorry, but for now this is just a copy of the output with no options.

Command line params:

      convertrgb [-e] [-o=fn|-a=fn|-s=sn] [-v=vn] inputfile [inputfile] ...

   -e, --efficient      Use smallest format possible to save space
   -n, --nodim          Suppress output of dimensions and transparency
   -o=[fn]              Output to file named fn , default is .c extension
                          to replace extension of inputfile
   -a=[fn]              Like -o, but appends to file named fn
   -s=[sn]              Suffix for output filename
                        (eg: 'convertrgb -s=.rgb logo.png'sets output file
                         to 'logo.rgb')
   -v=[vn]              The variable name to use for the next image.


