in reply to How to save an image (using GD) to a file

I'd do what you're doin: open a file and print the image to that filehandle. Then, when I generated the HTML, have the src attribute point to the file I just created.

UPDATE

When you say "doesn't show" do you get the "image not found" image?

Replies are listed 'Best First'.
Re: Re: How to save an image (using GD) to a file
by belize (Deacon) on Nov 28, 2000 at 00:10 UTC
    Thanks for your reply. That is exactly what I am trying to do, save it as an image. I found the answer from another response. I was leaving out the ">" when opening the file to write to. It now works. Now I am working on a next problem and will probably be asking for assistence once I research it a bit on my own. Thanks again for the rapid response.