From xemacs-m  Mon Mar 17 14:14:25 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA13831
	for <xemacs-beta@xemacs.org>; Mon, 17 Mar 1997 14:14:23 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id MAA20274;
	Mon, 17 Mar 1997 12:26:05 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: WE NEED NEW GIF CODE...
References: <199703171912.LAA01741@newman> 	<u9hgiaguvo.fsf@neal.ctd.comsat.com> <199703171958.LAA02037@newman>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: "William M. Perry"'s message of Mon, 17 Mar 1997 11:58:54 -0800
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 17 Mar 1997 12:26:02 -0800
Message-ID: <m267yqtgdh.fsf@altair.xemacs.org>
Lines: 22
X-Mailer: Gnus v5.4.27/XEmacs 20.1(beta8)

William M Perry writes:

> I don't have the full jpeg source floating around, and couldn't find
> a specific GIF interface in the jpeg header files.  Could it be as
> simple as pumping a GIF file down the standard JPEG routines?

If you're using libgr or the standard libjpeg, it sure looks like it.
It looks like we also get Targa and BMP for free too if we want them:

jconfig.h:

#ifdef JPEG_CJPEG_DJPEG

#define BMP_SUPPORTED           /* BMP image file format */
#define GIF_SUPPORTED           /* GIF image file format */
#define PPM_SUPPORTED           /* PBMPLUS PPM/PGM image file format */
#undef RLE_SUPPORTED            /* Utah RLE image file format */
#define TARGA_SUPPORTED         /* Targa image file format */

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

