Hmm, seems like you need to convert to an Array{RGB{Float64}} before saving. 
Ultimately that method should be added to Images.

--Tim

On Friday, February 20, 2015 12:18:22 PM DumpsterDoofus wrote:
> Thanks for the reply! I run into a problem when trying to export the image:
> I executed B = rand(Float64, 3, 200, 200); C = reinterpret(HSV{Float64},
> B); imwrite(C, "Image.PNG") but received error messages. Is there something
> else which needs to be done to put it in an export-ready format?

Reply via email to