From: ryot AT bigfoot DOT com (George Ryot) Newsgroups: comp.os.msdos.djgpp Subject: Re: JPEG or GIF lib Message-ID: <37a372fe.9760286@news.clara.net> References: <19990730103711 DOT 82195 DOT qmail AT hotmail DOT com> X-Newsreader: Forte Agent 1.5/32.452 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 18 Date: Sat, 31 Jul 1999 22:20:47 GMT NNTP-Posting-Host: 195.8.91.185 X-Complaints-To: abuse AT clara DOT net X-Trace: nnrp4.clara.net 933459647 195.8.91.185 (Sat, 31 Jul 1999 23:20:47 BST) NNTP-Posting-Date: Sat, 31 Jul 1999 23:20:47 BST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rogerio Gehring" wrote: > I need a lib to read and save a JPEG or GIF...Could someone help me? GDlib will let you load a GIF to memory, edit it by "drawing" lines and shapes to it, change colours etc, then save it again as a GIF. It is written for Unix/Linux but compiles fine with DJGPP and is fairly easy to use once installed. There is no support for JPEG. Find out more at http://www.boutell.com/gd/ You will also need Zlib, there should be a link to this from the above URL or in the GDlib documentation. Post again if you have problems installing these packages, I have had some success with this under DJGPP, so may be able to help. -- george