List Database Creator |
List interface
This is a very simple interface. A list of filenames and properties. Create a file with content like this:
#*---------------------------------------------------------------------------*/ #* This is a simple inputfile to create a logo database */ #* Empty lines and lines starting with # are treated as comment */ #* Format: (start each line at column 0) */ #* */ #* !Database info 1 */ #* !Database info 2 */ #* !Database info 3..n */ #* */ #* Name in list */ #* Bits per pixel 1|2|4|8|16 */ #* Compressiontype None|Scanline|RLE|Packbits */ #* Filename */ #* */ #*---------------------------------------------------------------------------*/ !GNU Logos !(c) Free Software Foundation TUX 1 Scanline ../doc/PenguinLogo.png Dynamic Duo 1 Scanline ../doc/dynamicduo160.pngand start the listconverter using the command
java -classpath olh.jar olh.ui.fromList listname.txt logo.pdb
to create a logo database for use with the "Open Logo Hack".