Closed JacobJoseph-gu closed 7 years ago
Good, but not quite “Carling” ;-)
The rainbow colours at high intensities should not go back to black, but best end in “white” (or some colour clearly different from black). Otherwise the no-intensity is hard to distinguish from the max-intensity.
It is a bad habbit of mine to move on once I have worked out how to do something, instead of finishing it off properly.
By using creating the 600x30 rainbow image, we easily have full control and can play around with various looks:
I thought I'd share this here:
convert -size 070x070 -depth 64 -define quantum:format=floating-point -define quantum:scale=65535.0 -endian lsb GRAY:GaAs_085nm070x070+0+0+0.bin GaAs_085nm070x070+0+0+0.png
convert xc:black xc:red xc:orange xc:yellow xc:green1 xc:cyan xc:blue xc:blueviolet xc:black +append -filter Cubic -resize 600x30! -flop rainbow.png
convert GaAs_085nm070x070+0+0+0.png -colorspace gray rainbow.png -clut GaAs_085nm070x070+0+0+0_rainbow.png