Outputting temporary images
Posted: 2009-08-22T16:20:52-07:00
I'm using Imagick to manipulate images that I want to output to HTML and I have a few questions:
1. Is it possible to output the images directly to HTML without first writing them back to the server? I'd like to bypass writing them to the server because that would generate thousands of temporary images that would no longer be needed (after they are output to the browser).
2. If it is possible, would it be faster to output directly to the browser than first writing them to the server?
3. How would it be coded?
Thanks in advance for any help.
1. Is it possible to output the images directly to HTML without first writing them back to the server? I'd like to bypass writing them to the server because that would generate thousands of temporary images that would no longer be needed (after they are output to the browser).
2. If it is possible, would it be faster to output directly to the browser than first writing them to the server?
3. How would it be coded?
Thanks in advance for any help.