```colorview(RGB, rand(3, 10, 10))``` produce nice image <img width="663" alt="Screen Shot 2022-03-31 at 5 47 52 PM" src="https://user-images.githubusercontent.com/5632376/161167444-657e03cb-9cce-497a-ad41-5fc2d113c12f.png"> however, ```colorview(RGB, rand(3, 100, 100))``` produces very blurred image: <img width="823" alt="Screen Shot 2022-03-31 at 5 49 16 PM" src="https://user-images.githubusercontent.com/5632376/161167585-eaee3ba4-fd43-40b3-87ad-0207b8ad3e82.png"> Is there workaround?!