JuliaAstro / AstroImages.jl

Visualization of astronomical images
Other
29 stars 9 forks source link

Use colorview to create the colour Array #11

Closed giordano closed 5 years ago

giordano commented 5 years ago

colorview(C, channels...) is much more efficient than C.(channels...) to create a colour Array, as this just reinterprets the input arrays. However, the returned value isn't simply Array{Gray{Float64},2}, so this would probably require reworking the AstroImage data type.