@ruawhitepaw Yeah, there will be a file located under the System Folder named βStartupScreenβ. Itβs a PICT file with the image data stored in the resource fork, so it will need to be converted to BinHex or MacBinary before it can be uploaded to the net in order not to destroy the resource fork (you can use a file compression program called Stuffit to do this).
https://apple.fandom.com/wiki/Mac_OS_startup_screen
https://www.macintoshrepository.org/software_search.php?s=stuffit&sid=&p=1
The Mac OS startup screen is the image displayed by a Macintosh after the Happy Mac icon that indicates bootable media with a proper System Folder has been found. The image is displayed by the operating system while it is loading from the startup disk. From the original Macintosh System Software through System 7.5, this was a white rectangle with a black border displaying the words "Welcome to Macintosh". This was updated during the Macintosh System rebranding with Mac OS 7.5.1, such that 7.5.3
From what I could see inside the file, it's a raw image with no header containing metadata. 512x342 resolution, 1 bit per pixel, 21888 bytes exactly.