Return Image instead of JSON
I would like to write a small script that returns a png with a QR code. Is it possible to return the result as binary format and not base64 encoded? I tried custom return content type but the image is still returned as base64 string.
Thanks!