diff options
| author | hpa <hpa> | 2001-04-05 06:20:43 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2001-04-05 06:20:43 +0000 |
| commit | 5dd1d77145d8ea423af32fcf4f2bda924495f17c (patch) | |
| tree | 0445abe2424f234ce2febab676debefcf4cf6206 /sample | |
| parent | af5247f80499e9ff51c7f0f3e089552930adc1ca (diff) | |
| download | syslinux-5dd1d77145d8ea423af32fcf4f2bda924495f17c.tar.gz | |
The great graphics merge! We're now officially working on version 1.60.
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/Makefile | 29 | ||||
| -rw-r--r-- | sample/sample.msg | 8 | ||||
| -rw-r--r-- | sample/syslogo.png | bin | 0 -> 19847 bytes |
3 files changed, 37 insertions, 0 deletions
diff --git a/sample/Makefile b/sample/Makefile new file mode 100644 index 00000000..d38d5a37 --- /dev/null +++ b/sample/Makefile @@ -0,0 +1,29 @@ +#ident "$Id$" +## ----------------------------------------------------------------------- +## +## Copyright 2001 H. Peter Anvin - All Rights Reserved +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, Inc., 675 Mass Ave, Cambridge MA 02139, +## USA; either version 2 of the License, or (at your option) any later +## version; incorporated herein by reference. +## +## ----------------------------------------------------------------------- + +## +## samples for syslinux users +## + +PPMTOLSS16 = ../ppmtolss16 + +all: syslogo.lss + +syslogo.lss: syslogo.png $(PPMTOLSS16) + pngtopnm syslogo.png | \ + $(PPMTOLSS16) \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ + > syslogo.lss + + +clean: + rm -f *.lss diff --git a/sample/sample.msg b/sample/sample.msg new file mode 100644 index 00000000..5a8602a0 --- /dev/null +++ b/sample/sample.msg @@ -0,0 +1,8 @@ +$Id$ +This message is displayed before the image. +syslogo.lss +This message is displayed after the image. +04 RED 07 02 GREEN 07 01 BLUE 07 +47 RED 07 27 GREEN 07 17 BLUE 07 + + diff --git a/sample/syslogo.png b/sample/syslogo.png Binary files differnew file mode 100644 index 00000000..45b4b5ec --- /dev/null +++ b/sample/syslogo.png |
