Date: Wed, 22 Oct 1997 02:26:28 -0400 (EDT) Message-Id: <199710220626.CAA11180@delorie.com> To: DJGPP mailing list From: Alexander Bokovoy Subject: Re: gif-reades In-Reply-To: <344BEA7E.4E70@ba.ssdn.skelleftea.se> References: <344BEA7E DOT 4E70 AT ba DOT ssdn DOT skelleftea DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk On Mon, 20 Oct 1997 16:34:23 -0700 Andreas Burman wrote: > Anyone how knows where to find a good gif loder/viewer whit source? you can write it by self using GD 1.2 or later. GD 1.2 is a gif-manipulating library that uses no device-depended interface and can write/read gifs and draws on it. Here is a latest version: http://siva.cshl.org/gd/gd.html Some info from readme: This is the gd gif-manipulating library, version 1.2. It was created to allow graphs, charts and the like to be generated on the fly for use on the World wide Web, but is useful for any application in which custom .GIFs are useful. It is not a paint program; it is a library. [snipped] gd has been compiled in various forms on all major platforms. It is happiest on a machine with 32-bit addressing and a proper stack (ie, anything running Unix, VMS, Windows NT or any other modern operating system), but is entirely usable under DOS and Windows. Note, however, that the flood-fill routines are mildly recursive and may fail on machines with tiny stack areas. Also, the fonts require a significant amount of memory (they are optimized more for speed than for size), but they need not be linked by applications that do not use them. Otherwise the code is highly portable as long as you have an ANSI C compiler. And from documentation: gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a .GIF file. This is particularly useful in World Wide Web applications, where .GIF is the format used for inline images. Alexander Bokovoy, ---== The Soft Age coming soon ==---