Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site h-sc1.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!genrad!panda!talcott!harvard!h-sc1!breuel From: breuel@h-sc1.UUCP (thomas breuel) Newsgroups: net.micro.amiga Subject: Re: Re: interlace mode Message-ID: <889@h-sc1.UUCP> Date: Mon, 27-Jan-86 19:44:28 EST Article-I.D.: h-sc1.889 Posted: Mon Jan 27 19:44:28 1986 Date-Received: Thu, 30-Jan-86 01:37:30 EST Organization: Harvard Univ. Science Center Lines: 22 ||Huh? obviously I am missing something here. It seems to me that by making ||each pixel 2 lines high we have just created a screen that will hold only ||640x200(virtual) pixels. I would imagine that the 640x200 essentially does | | (The discussion was about plotting 2-high pixels in the 640X200 mode) | No, you don't have 640 X 200 virtual pixels. You have 640 X 399 screen |locations which can hold a pixel, which pixel is two lines high. For example: | |Screen lines --> X......... Note the pixels are composed of two dots (what | X..X...... are normally called pixels), and that adjacent | ...X..X... pixels can overlap by one line. This means | ......X... that the ONLY structures on the screen which | will lose resolution are those which are |made up of only one vertical dot. I would like to see someone construct |a high-res font which uses this principle - I think it would look GREAT! It may look GREAT, but it will not solve the problem I posed originally: you won't be able to get twice as many characters vertically in the interlaced mode. To get lots of information on the screen, you NEED 640x400 without any constraints or tricks, and without any flicker. Thomas.