Thank you, your method saved me a lot of frustration.

On Thursday, April 28, 2016 at 8:16:12 PM UTC+3, [email protected] wrote:
>
> When I plotted a Julia set, I used this:
>
>     array = Array{UInt8}(size, size, 3)
>     imOutput = Images.colorim(array)
>     ....
>
> then for each pixel
>
>     imOutput.data[x, y, :] = [r, g, b]
>
> then to output:
>
>     FileIO.save(filename, imOutput)
>
>

Reply via email to