05-03-2005 06:14 PM
05-04-2005 12:12 AM
06-28-2005 03:05 PM
06-29-2005
11:07 AM
- last edited on
07-25-2025
12:15 PM
by
Content Cleaner
The ImageToArray function simply returns an array of bytes (0 to 255 integer values (for 8 bit images) for every pixel of the image). You can index through this array to use the value of any pixel you want.
You can save an image to a bitmap format using the imgSessionSaveBufferEx function in NI-IMAQ. See the NI-IMAQ Function Reference.
Also, if you have the Vision Development Module, the SaveImageToDisk method in VB is available.
06-30-2005 09:36 AM
07-01-2005
11:52 AM
- last edited on
07-25-2025
12:17 PM
by
Content Cleaner