[SeaBIOS] ImageMagick-based SeaBIOS logo generation script

Gleb Natapov gleb at redhat.com
Thu Feb 9 08:39:57 CET 2012


On Wed, Feb 08, 2012 at 11:54:09AM +0100, Fred . wrote:
> Kevin wanted the logo to be generated using scripted free and libre tools.
> ImageMagick is scripted and free.
> What else can I use?
> 
ImageMagick is fine, but font file is Ubuntu specific (and may event
contain different font in different versions of Ubuntu). If everyone
agrees that this should be the SeaBIOS logo then find appropriately
licensed fount file and include it in SeaBIOS repository along with the
script.

> On Wed, Feb 8, 2012 at 11:51 AM, Fred . <eldmannen at gmail.com> wrote:
> > Well, then just execute the file and have it generate the jpg, and
> > then put the jpg file in the source tree.
> > ImageMagick is shipped by default on Ubuntu.
> >
> > On Wed, Feb 8, 2012 at 8:19 AM, Gleb Natapov <gleb at redhat.com> wrote:
> >> On Tue, Feb 07, 2012 at 07:59:04PM +0100, Fred . wrote:
> >>> 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 \
> >> This file is hardly available on all machines where this script might
> >> run.
> >>
> >>>         -pointsize 96 -size 320x480 \
> >>>         -gravity East -fill '#2078cb' label:'Sea' \
> >>>         -gravity West -fill white     label:'BIOS' \
> >>>         +append bootsplash.jpg
> >>
> >>
> >>> _______________________________________________
> >>> SeaBIOS mailing list
> >>> SeaBIOS at seabios.org
> >>> http://www.seabios.org/mailman/listinfo/seabios
> >>
> >>
> >> --
> >>                        Gleb.

--
			Gleb.



More information about the SeaBIOS mailing list