I just tried the same and concluded, that we should add a Vector{Uint8} 
option to FileIO.

Am Mittwoch, 16. Dezember 2015 23:56:22 UTC+1 schrieb Christof Stocker:
>
> 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