[SeaBIOS] ImageMagick-based SeaBIOS logo generation script

Fred . eldmannen at gmail.com
Tue Feb 7 19:59:04 CET 2012


Please put this file in the repository. I don't know, but somewhere.
So it outputs a bootsplash.jpg file to wherever SeaBIOS is looking for
that file.

#!/bin/sh
convert -background black \
        -font /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf \
        -pointsize 96 -size 320x480 \
        -gravity East -fill '#2078cb' label:'Sea' \
        -gravity West -fill white     label:'BIOS' \
        +append bootsplash.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bootsplash.sh
Type: application/x-sh
Size: 285 bytes
Desc: not available
URL: <http://www.seabios.org/pipermail/seabios/attachments/20120207/e1a5c179/attachment.sh>


More information about the SeaBIOS mailing list