Xref: utzoo alt.sources.wanted:689 comp.graphics:14587 comp.sources.wanted:14201 comp.sys.ibm.pc.misc:4009 Path: utzoo!utgpu!cunews!bnrgate!bigsur!bnr-rsc!bcarh188!lalibert From: lalibert@bcarh188.bnr.ca (Luc Laliberte) Newsgroups: alt.sources.wanted,comp.graphics,comp.sources.wanted,comp.sys.ibm.pc.misc Subject: Re: Hi-Res Screen Grabber to GIF File Utility Wanted For My PC Summary: write your own Message-ID: <3738@bnr-rsc.UUCP> Date: 23 Nov 90 13:08:17 GMT References: <17334@netcom.UUCP> Sender: news@bnr-rsc.UUCP Reply-To: lalibert@bcarh188.UUCP () Organization: BNR Ottawa, Canada Lines: 11 I have written one for the standard VGA 320x200x256 mode. And I'm intending on extending it into the super VGA modes. However I have an ATI card which makes the programs useless to you. (Unless I go to VESA support.) However, writing your own is not that difficult. A simple TSR to dump the screen to disk (I grabbed the PrtScr interrupt.) and another to change it into a GIF file that can be written in a higher language. (I wrote mine in Watcom C.) This way you can customize your program for your card and detect all of its modes. Don't forget the palette when you're dumping to disk. This signature intentionall left blank