Re: [PHP] gif vs png using gd

2001-01-15 Thread Mark Maggelet
On Mon, 15 Jan 2001 19:52:29 GMT, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: >Hey folks, > >I've been experimenting with creating some graphics on the fly with >GD. So >far, so good. However, I've switched ISP's, and their gd doesn't >support >gifs. I've tried changing the header syntax heade

[PHP] gif vs png using gd

2001-01-15 Thread meeks
Hey folks, I've been experimenting with creating some graphics on the fly with GD. So far, so good. However, I've switched ISP's, and their gd doesn't support gifs. I've tried changing the header syntax header("content-Type: image/gif") to header("content-Type: image/png"); and the imagegif