diff options
author | ltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-04 15:01:12 +0000 |
---|---|---|
committer | ltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2001-03-04 15:01:12 +0000 |
commit | a30ff3c4a40988b573dd094f6a5c3af5138b78eb (patch) | |
tree | 7916515ef937ba46234d8494c588ca58fff7f917 | |
parent | 4f3c19b6c507608b273a9e27c678d2d28596ee62 (diff) | |
download | lcd4linux-a30ff3c4a40988b573dd094f6a5c3af5138b78eb.tar.gz |
[lcd4linux @ 2001-03-04 15:01:12 by ltoetsch]
Added PNG
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@98 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | README.Raster | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.Raster b/README.Raster index 2ef5172..2c01fe3 100644 --- a/README.Raster +++ b/README.Raster @@ -1,11 +1,11 @@ # -# $Id: README.Raster,v 1.2 2000/04/03 04:46:38 reinelt Exp $ +# $Id: README.Raster,v 1.3 2001/03/04 15:01:12 ltoetsch Exp $ # This is the README file for the Raster display driver for lcd4linux This driver is intended to create various raster formats, at the moment -only binary PPM (portable pixmap) is supported. +there is support for binary PPM (portable pixmap) and PNG. The driver creates the output file(s) specified with the -o switch. The parameter is used as a format string for sprintf(), if you specify '%d' @@ -20,7 +20,7 @@ Configuration: The driver needs/supports the following entries in lcd4linux.conf: -Display: must be "PPM" +Display: must be either "PPM" or "PNG" size: [columns]x[rows], e.g. "20x4" font: [xrex]x[yres], at the moment only "5x8" and "6x8" supported. pixel: [pixelsize]+[pixelgap], e.g. "5+1" |