From xemacs-m  Mon Mar 17 14:23:24 1997
Received: from neal.ctd.comsat.com (exim@neal.ctd.comsat.com [134.133.40.21])
	by xemacs.org (8.8.5/8.8.5) with SMTP id OAA13896
	for <xemacs-beta@xemacs.org>; Mon, 17 Mar 1997 14:23:23 -0600 (CST)
Received: from neal by neal.ctd.comsat.com with local (Exim 1.61 #1)
	id 0w6iwD-0005zW-00; Mon, 17 Mar 1997 15:23:21 -0500
To: wmperry@aventail.com
Cc: xemacs-beta@xemacs.org
Subject: Re: WE NEED NEW GIF CODE...
References: <199703171912.LAA01741@newman> 	<u9hgiaguvo.fsf@neal.ctd.comsat.com> <199703171958.LAA02037@newman>
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Neal Becker <neal@ctd.comsat.com>
Date: 17 Mar 1997 15:23:19 -0500
In-Reply-To: "William M. Perry"'s message of Mon, 17 Mar 1997 11:58:54 -0800
Message-ID: <u9d8sygtdy.fsf@neal.ctd.comsat.com>
Lines: 9
X-Mailer: Gnus v5.4.26/XEmacs 20.1(beta7)

After looking around a little, it appears that the gif code is not in
the installed jpeg lib :(  It is actually only used in the standalone
demo programs that come with jpeg lib (cjpeg).

I guess we'll have to think this one over.  Maybe we can ship rdgif.c
and link with libjpeg.  That should work.  This assumes that after
slurping up the gif with jinit_read_gif(), that xemacs can easily use
the info.  I would guess the interface should be the same as the jpeg
interface at that point (but that's only a guess).

