How do I creatre an Image from a Matrix so I can display it in GrassHopper?
Like, I got a Matrix like this por example
[ 0 0 0 3
0 0 5 4
0 0 3 0
0 2 3 0 ].
I want to create an image in scale of greys, in which the higher the number the darker the color (or the higher the number the brighter, i dont really mind), and then represent this image in grasshopper.
Is there a simple way to do this?