Path: utzoo!attcan!uunet!husc6!rutgers!att!lzaz!lznv!psc From: psc@lznv.ATT.COM (Paul S. R. Chisholm) Newsgroups: comp.sys.ibm.pc Subject: Re: EGA/VGA Graphics Package for 'C' Keywords: EGA VGA Graphics package C Message-ID: <1422@lznv.ATT.COM> Date: 28 Jul 88 00:34:28 GMT References: <657@clinet.FI> Organization: AT&T Bell Laboratories Lines: 26 < "Would you buy a used operating system from these guys?" > In article <657@clinet.FI>, ojala@clinet.FI (Petri Ojala) writes: > I'm looking for a fast and well-working Graphics Package for MicroSoft > 'C'. The package should include features like lines, circles, rectangles > same as filled with pattern, including 'free fill' (Fill area with color x as > border). Also it is very important that the package would support reverse > drawing. Package should support at least EGA and VGA (CGA is not > necessary) adapters and maybe some hi-resolution monitors if possible. > > It seems that the built-in graphics routines in MicroSoft 'C' 5.0 and > Turbo 1.5 C are too limited for this application. Well, let's see. Turbo C supports CGA, HGA, AT&T, EGA, and VGA. It does lines, circles (and you can set the aspect ratio to make sure your circles are circular), and rectangles. It can fill bars (rectangles), 3-D bars, polygons, pie slices (including circles), and "bounded regions" (floodfill). You can pick your colors, so "reverse drawing" would seem be covered. (Unless you meant drawing in "XOR-ink", which it can only do while bitblt'ing with putimage.) What's your beef? -Paul S. R. Chisholm, {ihnp4,cbosgd,allegra,rutgers}!mtune!lznv!psc AT&T Mail !psrchisholm, Internet psc@lznv.att.com I'm not speaking for my employer, I'm just speaking my mind.