mediapy
mediapy copied to clipboard
Fix issue 9 (to_rgb on uint8)
Fix #9 .
Adding np.clip(a, 0.0, 1.0) seems unnecessary because the color map function handles this already.