I have a script in PHP which will output an image directly to the browser ( imagepng($image) ). It isn't stored anywhere permanently.
I'd like for jQuery to display this image on the page, but I can't think of a feasible way for jQuery to access the image stream and output it to the browser. I call the PHP script with an ajax post request, but like I said, the data returned is the raw png file. I don't plan on having PHP output the image to a file, but if there's no other way of doing it i'll settle for that. -- View this message in context: http://www.nabble.com/How-to-access-dynamic-raw-images-generated-by-PHP--tf4879945s27240.html#a13965236 Sent from the jQuery General Discussion mailing list archive at Nabble.com.

