Try the `convert` function.

--Tim

On Friday, February 20, 2015 02:19:03 PM DumpsterDoofus wrote:
> How would you go about the conversion of the Array{HSV{Float64}} to
> Array{RGB{Float64}}?
> 
> On Friday, February 20, 2015 at 4:57:45 PM UTC-5, Tim Holy wrote:
> > 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