Re: Returning image/gif Content-type
Sandy Kydd (sandy@dmcsoft.com)
Mon, 10 Feb 1997 10:25:24 +0100
Message-Id: <32FEE984.2E7E@dmcsoft.com>
Date: Mon, 10 Feb 1997 10:25:24 +0100
From: Sandy Kydd <sandy@dmcsoft.com>
To: fastcgi-developers@OpenMarket.com
Subject: Re: Returning image/gif Content-type
Thanks to everyone who replied. I finally got the app working by saving
the gif to file first using gdImageGif(im, FCGI_ToFILE(fp)) and then
reading in the file and writing it to stdout. This works fine for me, as
I'm wanting to cache the images anyway once they've been created.
Sandy
--
Sandy Kydd <sandy@dmcsoft.com>