* Re: Format of linux_logo.h
[not found] <Pine.LNX.4.20.9910310019270.9892-100000@berta.local104>
@ 1999-10-30 23:09 ` David Odin
0 siblings, 0 replies; only message in thread
From: David Odin @ 1999-10-30 23:09 UTC (permalink / raw)
To: Kevin Ilchmann Jørgensen; +Cc: Linux Kernel
[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]
On Sun, Oct 31, 1999 at 12:30:20AM +0200, Kevin Ilchmann Jørgensen wrote:
> Hi there,
>
> We want to put our own boot_logo in the kernel, when framebuffers is
> enabled. But the format seems a little spectacular. All of our graphical
> manipulation programs (ee, xv, gimp) can save the real format, but only
> B/W (.xbm). Anyone has a script or a link to another program that does the
> job?
>
> Or even better; a link to an URL that tells about boot logo with
> framebuffers enabled - the format's etc.?
>
I remember that there is a Gimp-plugin in the plugin registry that save an
image in the bootlogo.h format. I can't remember its name though.
Here are some specs of the logo:
It should be 80x80 pix, with less than 224 colors...
The logo itself it composed of four array of unsigned char
The first three are color lookup tables for the red, green, and blue.
- linux_logo_red[] contains the quantity of red for each color index of the
logo.
- same for green and blue.
- linux_logo[] contains 3*80*80 bytes. Each triplet of bytes represent a
pixel. These bytes are indexes in the red, green and blue
tables to use with the previous tables.
You'll find attached a package with some logos and a tools to show them
on the screen (you'll need gtk to compile it). By looking in it, you should
be able to write your own loading/saving routines.
Regards,
DindinX
--
David.Odin@bigfoot.com
The day-to-day travails of the IBM programmer are so amusing to most of
us who are fortunate enough never to have been one -- like watching
Charlie Chaplin trying to cook a shoe.
[-- Attachment #2: logo.tar.gz --]
[-- Type: application/x-tar-gz, Size: 34992 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1999-10-30 23:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.LNX.4.20.9910310019270.9892-100000@berta.local104>
1999-10-30 23:09 ` Format of linux_logo.h David Odin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox