Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ukma!simon From: simon@ms.uky.edu (G. Simon Gales) Newsgroups: comp.unix.xenix Subject: Re: GIF viewer for XENIX __FOUND__ Summary: Not complete, all you need is _setpoint() and _loadpalette() Message-ID: <15427@s.ms.uky.edu> Date: 8 Jun 90 01:52:07 GMT References: <168@jabiru.oz.au> Reply-To: simon@ms.uky.edu (G. Simon Gales) Organization: U of Kentucky, Mathematical Sciences Lines: 15 I have sources for a simple GIF viewer, a GIF encoder (to create gifs), and some related code. I've made a DOS GIF viewer out of it, making a Xenix one should be easy with CGI or X libs. You need to supply three routines to build a GIF viewer out of this code: (1) SetPoint(x,y,color) (2) LoadPalette(colortable) (3) GetByte(filedes) - returns the next byte from the gif file (simple disk-io). Anyone who wants this code, drop a line and I'll email it too you. Be prepared for a wait, last time I made this offer I got over 75 requests. If you can ftp, get gif.shar in the outgoing directory on g.ms.uky.edu.