Is it possible to render/output an image using php and force a download, without saving the image to the server?
I've looked at http://php.net/manual/en/function.imagejpeg.php and can render the image and save the image using imagejpeg();
I've tried creating a hyperlink to the saved image on the server and forcing a download using download
.
Just wondering if there was a easier/simpler method?