I am trying to find a way to convert a JPEG that I receive from a GET request into an Image, but without creating a temporary file. Does anyone know a good solution to this? I tried a couple of things such as creating an IOStream out of the Array{UInt8,1} that I receive from the GET request, but FileIO.load doesn't like that.

Reply via email to