Re: [PHP] show png in the browser

2001-10-31 Thread Jason G.
Ever consider reading the online manual? First, say header("Content-type: image/png"); Second, create image. third use ImagePNG() function fourth, destroy image. fifth, go directly to the php script that generates the image, then you will see PHP generated errors. -Jason Garber IonZoft.com At

Re: [PHP] show png in the browser

2001-10-30 Thread Luz Lopez
Hi, I use Internet Explorer 5.003 Windows 2000 Profesional Regards, >From: "Jim Lucas" <[EMAIL PROTECTED]> >To: "Luz Lopez" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: [PHP] show png in the browser >Date: Tue, 30 Oct 2001 18:00:09 -

Re: [PHP] show png in the browser

2001-10-30 Thread Jim Lucas
what type of browser are you using to view this image? jim - Original Message - From: "Luz Lopez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 1:56 AM Subject: Re: [PHP] show png in the browser > Hi David, of course, I send o

Re: [PHP] show png in the browser

2001-10-30 Thread Luz Lopez
Hi David, of course, I send of header: header("Content-type: image/png"); But the send me to save the file Thanks, Regards, >From: David Robley <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Luz Lopez" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] &g

Re: [PHP] show png in the browser

2001-10-30 Thread David Robley
On Wed, 31 Oct 2001 11:08, Luz Lopez wrote: > Hi All > > I configured the php with thelibrary GD, zlib, jpeg and libpng, I hae a > program that generate a image, I can to save this png image but in my > borwser I can't to see this image, the browser send me to save to my > hard disk this image. >

Re: [PHP] show png in the browser

2001-10-30 Thread Tyler Longren
It might just be your browser. I've viewed png's in IE before and it tried to make me download them instead of displaying them. Tyler - Original Message - From: "Luz Lopez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 12:38 AM Subject: [PHP] show png in