Path: utzoo!utgpu!watserv1!watmath!att!pacbell!pacbell.com!ucsd!sdd.hp.com!zaphod.mps.ohio-state.edu!ncar!midway!mimsy!mojo!russotto From: russotto@eng.umd.edu (Matthew T. Russotto) Newsgroups: comp.sys.mac.wanted Subject: Re: Info about Mac startup screens Message-ID: <1990Sep7.020844.7703@eng.umd.edu> Date: 7 Sep 90 02:08:44 GMT References: <9009061758.AA11504@lilac.berkeley.edu> Sender: news@eng.umd.edu (The News System) Organization: College of Engineering, Maryversity of Uniland, College Park Lines: 12 In article <9009061758.AA11504@lilac.berkeley.edu> lwv27@CAS.BITNET writes: >What data format are files known as Mac start up screens? I am trying >to convert one of the files in your info-mac library from a start up screen >format into a format usable on a SPARC and do not seem to be having much >luck. This depends on your startupscreen. Old B&W mac startupscreens were just 22K of screen data-- not hard to read at all. New mac startupscreens are files that have a PICT resource ID=0 in their resource fork-- unless you have a resource-extractor, you are going to have a problem with these. If you do have a resource-extractor, fix it so it writes 512 bytes of zeros before the resource data, anbd run the result through your PICT converter.