I'm trying to use Imagemagick (actually PHP's Imagick) to create and output (serve) an image without saving it to disk first.
Currently I'm having to save the file and then use verot upload class to serve the image.
I'm hoping there's something simple that I'm missing.
Any suggestions/advice will be much appreciated.
(Apache 2 server, PHP5)