I load an image with img = imageio.imread('hello.jpg'). I want to return this numpy array as image. I know I can do return FileResponse('hello.jpg'). But in the ...
確定! 回上一頁