Path: utzoo!utgpu!watserv1!watmath!att!dptg!ulysses!andante!mit-eddie!wuarchive!zaphod.mps.ohio-state.edu!samsung!noose.ecn.purdue.edu!mentor.cc.purdue.edu!j.cc.purdue.edu!brazil.psych.purdue.edu!zhou From: zhou@brazil.psych.purdue.edu (Albert Zhou) Newsgroups: comp.lang.c Subject: Re: How to dump EGA image to printer? Message-ID: <11530@j.cc.purdue.edu> Date: 21 Nov 90 05:35:14 GMT References: <7287.2748565e@vax1.tcd.ie> Sender: news@j.cc.purdue.edu Reply-To: zhou@brazil.psych.purdue.edu (Albert Zhou) Organization: Purdue University Lines: 5 There is no universal way of doing this, depending on what kind of printer you have. Read the printer manual, and it will tell you how to send control codes to the printer in graphic mode. As for the image on your screen, you can simply use GetPixel(x,y) to get each pixel color (if you have a color printer, otherwise, make non-zero color black, and zero white).