07-11-2008 03:01 PM
07-11-2008 03:20 PM
07-11-2008 04:58 PM
Never mind.
Found in in Vision Utilities
Use the standard file dialog to choose a file.
Use the IMAQ Create to create a new image ... name it something and set the bit pattern...
Use the IMAQ ReadFile to read the file ... use file path and the New Image out terminal of the Create box to wire to the Image input of the ReadFile vi.
Then I use the IMAQ windraw to draw the image on a window, and the IMAQ ImageToArray to allow me to access the thing bit by bit.
Looks like it's pretty straight forward ... but nowhere in any of the examples or the documentation does it mention that you have to create the image before you populate it with the file information. (This is like declaring a variable I guess...but it isn't stated anywhere....and should be).
Thanks for the notes.