Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool.mu.edu!samsung!munnari.oz.au!manuel!bdb502 From: bdb502@anu.oz.au ("Brent D Butler") Newsgroups: comp.os.msdos.programmer Subject: Extened Graphics using MS-FORTRAN 5.0 Message-ID: <1991Jun19.050106.24953@newshost.anu.edu.au> Date: 19 Jun 91 05:01:06 GMT Sender: news@newshost.anu.edu.au Organization: Computer Services Centre, Australian National University, Canberra, Australia. Lines: 15 I'm using MS-FORTRAN 5.0 and am trying to use the GRAPHICS.LIB function putimage(*) to write to my VGA card - problem is that library only supports graphics resolutions that take less than 256K. I would like to write an image at 1024x768x8bits but would settle for writting it at the more standard 640x480x8bits. Can anyone help me with this. This is the only compiler I have access to. (Also, is the format of the image(*) array just two integer*2's that give width and height and then a string of integer*1's for each pixel when your using 8bit color?) Thanks in advance! -Brent Butler bdb502@csc2.anu.edu.au