makeImageRequest from stream

I can download PNG using makeImageRequest("https://serverl/png.png"...) but I'd like to not save any file on server.

I can generate PNG in server's memory, but how to return it? I've tried many things but always got 404.

  • This is with 7.1.1, but 6.4.2 has similar issues just different error messages. There are a few competing problems. CIQ 3 has a 8k or however much free memory there is, whichever is less. I set the max size of the image request to 60x60 so the image should be less than 4k. I don't know what the CIQ 4/5 issue is yet. I'd like to see one working example.