google / mediapy

This Python library makes it easy to display images and videos in a notebook.
https://pypi.org/project/mediapy/
Apache License 2.0
389 stars 18 forks source link

Fix issue 9 (to_rgb on uint8) #10

Closed hhoppe closed 1 year ago

hhoppe commented 2 years ago

Fix #9 . Adding np.clip(a, 0.0, 1.0) seems unnecessary because the color map function handles this already.