Hi, I am using the OverlayImage type from the Images.jl package to overlay two different grayscale images (tomographic data). If I understand it correctly OverlayImage is restricted to colormaps that go from black to a certain RGB value. Has anybody an idea how this could be extended to Colormaps provided by Colors.jl?
So my need is: Input: two 3D datasets (FloatingPoint) + two Colormaps + WindowWidth WindowLevel for each Output: Combined 3D dataset as RGBA values. Thanks Tobias
