04-16-2010 07:03 AM
04-16-2010 07:24 AM
04-19-2010 06:28 PM - edited 04-19-2010 06:31 PM
Well there's an IMAQ Array to Image block which, "Creates an image from a 2D array."
However the array you are using (90*3000) is quite a bit larger than the 128*128 image that you want, so you'll need to work out how you want to convert between the two sizes.
edit: There is also an IMAQ Image to Array block if you are trying to go the other way.