[thelist]

Joshua Olson joshua at waetech.com
Mon Aug 25 15:52:26 CDT 2003


----- Original Message ----- 
From: "Steve Clason" <steve at clason.org>
Sent: Monday, August 25, 2003 2:22 PM


> I have a png image of poll results created on the fly with
> php/gdlib/MySQL. Rather than saving the image to a file, I just
> call the script that creates it in an html tag, like so:
>
> <img src="imageScript.php" />
>
> This works fine on Windows boxes, but hangs a Mac with OS 9 and
> IE 5. Has anyone else had any experience like this they could
> share, particularly if you found a solution? Or, can anyone
> recommend a php or Mac mail list?

Steve,

I have no idea, but I do have an alternative...

It should be possible to completely skip the generation of the image and
simply make the bar graph out of HTML and a static image or two.  I think
you'll find numerous advantages by making it html over trying to render the
image server-side--weight, quality, extensibility, etc.

Good luck,

<><><><><><><><><><>
Joshua Olson
Web Application Engineer
WAE Tech Inc.
http://www.waetech.com
706.210.0168



More information about the thelist mailing list