THIS PAGE HAS BEEN AMENDED
Using the HIRES Screen Dump Program
DISNEY CHAR
SCHEMATIC
PORTRAIT
CHESSFollow the Yellow Brick RoadThe HELLO program guides us through the actual process of printing the pictures. It’s completely
WHAT IS THE FILENAME OF THE PICTURE
?
The program is asking for the NAME of the picture we want to print. Let’s try:
PORTRAITThe computer reports:
LOADING PICTURE
then
IS THIS THE CORRECT PICTURE (Y/N);
?
flashes before our very eyes. We type:
Y<RETURN>
It wants to know more:
WHAT SIZE? (R=REGULAR L=LARGE)?
Oh, regular size is fine:
R<RETURN>
Still more options, so the next query is:
NORMAL(N) OR REVERSE(R)?
This can be a bit confusing. NORMAL prints every white dot on the screen as a black dot on the white paper. This IS what we “normally” think of as “normal” printing. If we want the picture to appear with a black background, exactly as it appears on the screen, we request REVERSE. Got that?
69