joelwenzel
Programmer
- Jun 28, 2002
- 448
Hi,
I am creating an image via code during runtime. I need to display this image on my webpage. One way to do this would be to save the image to a file, and then have an image object reference the file. However, the page gets updated constantly and tons of images would be generated.
so, what I really need is a way to directly stream the image i create to an image object. How do I do this?
I am creating an image via code during runtime. I need to display this image on my webpage. One way to do this would be to save the image to a file, and then have an image object reference the file. However, the page gets updated constantly and tons of images would be generated.
so, what I really need is a way to directly stream the image i create to an image object. How do I do this?