I have an image that is stored in a string. Instead of taking the time to save it as a file I am trying to display the image inlined.
send_data() does not fit my needs as the method is considered to be a render so the rest of the page will not display.
Is there a better method to do this?
Something along these lines, perhaps?