graphlcd-base/docs/README.convpic
author root@rika
Wed, 06 Feb 2008 17:32:55 +0000
changeset 4 df6a40031aa5
permissions -rw-r--r--
added graphlcd-base
     1 This is the README of the crtfont tool, which is part of the GraphLCD
     2 base package.
     3 
     4 written by Carsten Siebholz <c.siebholz AT t-online.de>
     5            Andreas Brachold <vdr04 AT deltab de>
     6 
     7 See the file COPYING for license information.
     8 
     9 
    10 Description:
    11 ------------
    12 convpic is a program to convert images to an own simple format (*.glcd)
    13 that is used by the GraphLCD graphics library.
    14 
    15 
    16 Installation and Configuration:
    17 -------------------------------
    18 see the file README in the base package's root directory.
    19 
    20 
    21 Using convpic:
    22 --------------
    23 Usage: convpic [-n] [-d x] -i infile [more files] -o outfile
    24 
    25   -n  --invert   inverts the output (default: no)
    26   -i  --infile   specifies the name of the input file
    27   -o  --outfile  specifies the name of the output file
    28   -d  --delay    specifies the delay delay between multiple images
    29 
    30 supported formats:
    31   TIFF: file is an uncompressed RGB-encoded 2-color TIFF
    32   BMP : file is an uncompressed RGB-encoded 2-color Windows BMP
    33   ANI : file is an uncompressed multi-frame from tuxbox-aniplay
    34   GLCD: file is the own format used by the GraphLCD graphics library
    35 
    36 example: convpic -i vdr-logo.bmp -o vdr-logo.glcd
    37 
    38 
    39 Known Problems:
    40 ---------------
    41   Export of TIFF isn't supported.
    42