[comp.sys.ibm.pc] Screen Dump for 640x400 ATT Mode

raymond@pioneer.arc.nasa.gov.arpa (Eric A. Raymond) (12/09/88)

I have developed a number of programs which utilize the 640x400
resolution graphics mode of the AT&T/Olivetti 6300 (?) graphics
adapter.  (Actually I'm just using the built in display on a GRiD
1530, but it has a 640x400 mode.)  This is essentially a CGA with
addtional modes to support the higher resolution.

Does anyone know of a way to print these screens?  
The normal DOS graphics screen dump just doesn't do the job.

I hav had marginal success using the FRIEZE program which came with
the PBRUSH program (which in turn came with my MicroSoft Mouse).
Essentially, I capture the screen to a file (The PrtScrn option won't work
inside of FRIEZE), load it up inside of PBRUSH, and then print it.
Unfortunately this prints things out invereted.  A lot of black and a little
bit of white (which looks terrible on a dot-matrix printer).

I can invert the picture, but only through a tedious process of selecting
rectangular regions on the screen.  There is no way to invert the whole
picture at a time (or select the whole picture at a time and invert it).

I've looked at the format of the picture file, but haven't been able to
figure out which bits to change so that the picture gets inverted.

But there must be a better way to print the screen directly ...?

----

Name: Eric A. Raymond
ARPA: raymond@pioneer.arc.nasa.gov
SLOW: NASA Ames Research Center, MS 244-17, Moffett Field, CA 94035

Nothing left to do but :-) :-) :-)

andyross@ddsw1.MCS.COM ([andrew rossmann]) (12/10/88)

  PCPaintbrush should have come with a program called SETCOLOR. You can use
that to set what 'shading' goes with what color. To reverse the image, just
reverse the order of the color settings, with color 0 being 'white', and
color 15 being 'black.'
  andyross@ddsw1.mcs.com -or- ...!ddsw1!andyross

raymond@pioneer.arc.nasa.gov.arpa (Eric A. Raymond) (12/13/88)

In article <[779.1]andyross@ddsw1.comp.ibmpc;1> andyross@ddsw1.MCS.COM ([andrew rossmann]) writes:
>
>  PCPaintbrush should have come with a program called SETCOLOR. You can use

Nope.  Mine didn't.  Any ideas where I get a copy?




Name: Eric A. Raymond
ARPA: raymond@pioneer.arc.nasa.gov
SLOW: NASA Ames Research Center, MS 244-17, Moffett Field, CA 94035

Nothing left to do but :-) :-) :-)