Xref: news2.mv.net comp.os.msdos.djgpp:4779 From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: graphics display Date: Sun, 9 Jun 1996 22:01:45 +0100 Organization: The University of York, UK Lines: 26 Message-ID: NNTP-Posting-Host: tower.york.ac.uk Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <4peu61$ftv@news.uni-paderborn.de> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 9 Jun 1996, Jens Jedamzik wrote: > yyong AT ee DOT ryerson DOT ca schreibt: > > hi, I use djgpp for my C compiler and I wonder if it's possible to > > display pictures (any format) on the screen. I want to create a slide > > show program. Is there a C command to display the pictures? > > There is no simple C command for displaying graphics. [...] > A good set of sources to review is found in the public domain program > called PICLAB. [...] > (If anybody knows a better solution suitable for DJGPP, please tell it > here, because I am sharing Alan's problem!) Sounds like you are both in need of a decent graphics library. There are several around for djgpp: check out libgrx, jlib, xlibdj, and my allegro lib. These are all on x2ftp.oulu.fi, in /pub/msdos/programming/djgpp2/. /* * Shawn Hargreaves. Why is 'phonetic' spelt with a ph? * Check out Allegro and FED on http://www.york.ac.uk/~slh100/ */