Hello, I wanted to try using Sho for some image processing, after loading an image using System.Drawing.Image I tried to slice the green channel and discovered that it was a bitmap, not an array. I tried creating an array using DoubleArray.From but
that didn't work and I don't see it in the Book of Sho. Can anyone give me a clue on how to get these values into a multi-dimensional array where I can manipulate them?
Thanks!
-Dan