X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Mon, 2 Aug 1999 10:17:23 +0300 (WET) From: Andris Pavenis To: George Ryot cc: djgpp AT delorie DOT com Subject: Re: JPEG or GIF lib In-Reply-To: <37a372fe.9760286@news.clara.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 31 Jul 1999, George Ryot wrote: > "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. It's possible to build libjpeg for DJGPP and it works. > Find out more at http://www.boutell.com/gd/ There is no more GIF support in latest versions of libgd.a due to patent problems. You should search for gd1.3.tgz or gd1.4.tgz to find versions that supports GIFs. WARNING. versions 1.2 and 1.5 contains LZW compression that has patent problems, so don't use them. > > You will also need Zlib, there should be a link to this from the above > URL or in the GDlib documentation. >