https://github.com/JuliaIO/ImageMagick.jl/blob/13d4687b170a6aa654755b20131c3679ce3abe8a/src/ImageMagick.jl#L71
(deliberately not exported because it's such a generic name)
--Tim
On Wednesday, December 16, 2015 11:56:11 PM Christof Stocker wrote:
> 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.