Date: Sat, 6 Dec 1997 02:37:58 +0800 (PST) From: Orlando Andico To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: PNG graphics In-Reply-To: <668628$pmn@freenet-news.carleton.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk .. > Is there source code or alibrary, compatible with DJGPP without massive > mosdifications, for reading and writing Portable Network Graphics format, > and doing it with decent compression into the bargain? :) Does it allow to > include your own custom chunks? You might want to try libpng (also get libz) which builds correctly on most UNIX's so probably will do so on DJGPP as well. actually, libjpeg and libpng together are "bread and butter" on UNIX, they're pretty much considered standard libraries already.