|
|
---|---|
Features: |
- Generates PDB files to use with Open Logo Hack :-)
- Multiple Bitmaps in one database file - Black/White, Grayscale, 8 bit and 16 bit C O L O R Images - Reads various bitmap formats (depends on installed JAVA VM) - Reads Palm PRC and PDB files to extract bitmaps - Normal and backlight preview mode - Change of properties like screendepth, compression of Palm images - Some image enhancement functions like gamma correction, image adjustment - Database comment field - Multi Language support (English/German) - Open source |
Start: | To start the GUI use the command
java -classpath olh.jar olh.ui.GUI language
where language is "en" for english or "de" for german. Unix users may use the script gui
Windows users may use the batch gui.bat
Please modify the script/batch file with your locale parameter |
Screenshot: |
![]() |
Manual: |
|
#*---------------------------------------------------------------------------*/ #* 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 */ #* 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".
VERSION "1.0" STRINGTABLE ID 1000 "" "Pinguin" "Dynamic Duo" "Dynamic Duo Gray" "Dynamic Duo Color" BITMAP ID 3000 "PenguinLogo.xbm" NOCOMPRESS BITMAPGREY ID 3001 "dynamicduo160.xbm" COMPRESS BITMAPGREY16 ID 3002 "gnu-and-penguin-grey16.pgm" NOCOMPRESS BITMAPCOLOR ID 3003 "gnu-and-penguin-color.bmp" NOCOMPRESS ALERT ID 3000 INFORMATION BEGIN TITLE "Logo DB Info" MESSAGE "A small info" BUTTONS "Thanks" END |
A simple marker A stringtable Resource with all names. All bitmaps, starting with ID 3000. An alert Resource with ID 3000 for database comment. |
"pilrc"
and "build-prc --type DATA --creator olHa"
to create a logo database.