From owner-freebsd-hackers Wed May 7 03:59:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA16612 for hackers-outgoing; Wed, 7 May 1997 03:59:22 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA16600; Wed, 7 May 1997 03:59:03 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 7 May 1997 6:57:56 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA12498; Wed, 7 May 97 06:57:54 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA01716; Wed, 7 May 1997 06:57:17 -0400 Message-Id: <19970507065716.10609@ct.picker.com> Date: Wed, 7 May 1997 06:57:16 -0400 From: Randall Hopper To: Sxren Schmidt Cc: Michael Smith , msmith@FreeBSD.ORG, sos@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: 2.2 Splashkit References: <199705070134.LAA15978@genesis.atrad.adelaide.edu.au> <199705070637.IAA05436@sos.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199705070637.IAA05436@sos.freebsd.dk>; from S\xren Schmidt on Wed, May 07, 1997 at 08:37:54AM +0200 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk S\xren Schmidt: |In reply to Michael Smith who wrote: |> There's some provision for palette rotation already; the real problem is | |No, the redraw rutine runs periodically even if there is no output (it |just doesn't do anything), this can be used for animation 20 steps Ok, that explains it. |> > - A MSW95 LOGO.SYS converter for lifting cool pre-built splash pages |> > of the net and flipping them into FreeBSD :-) (Slap me, I'm |> > dreaming :-) |> |> I'm sure they're just BMP images slapped on the back of an executable... | |They are just BMP files with another name :) | |sos> file logo.sys |logo.sys: PC bitmap data, Windows 3.x format, 320 x 400 x 8 Interesting--didn't know that. Reading on down one of those W95 splash page URLs, and sure enough -- there are palette rotation type and start/end palette index entries right in the BMP. So a converter is almost trivial--cool. Randall