I am attempting to get an image array from a 32 Bit image. I
attempted to use IMAQ ImageToArray. This did not work when
passing in a 32bit RGB image. It works fine after I convert the
image to 8 or 16 bit image, but this is a step I am attempting to
remove. So, my main questions is there a way to get an Array of
an image directly from a 32 Bit Image?