05-25-2006 12:25 PM
05-25-2006 01:03 PM - edited 05-25-2006 01:03 PM
The NI Vision Software supports 32 and 64 bit BMPs. Don't know what comes with LabVIEW without Vision.
Reads an image file. The file format can be a standard format (BMP, TIFF, JPEG, JPEG2000, PNG, and AIPD) or a nonstandard format known to the user. In all cases, the read pixels are converted automatically into the image type passed by Image.
Message Edited by mfitzsimons on 05-25-2006 01:03 PM
05-25-2006 01:43 PM
05-25-2006 02:15 PM
I took a look at the help for Read BMP File and it says: "image depth specifies the color depth of the image, which is the number of bits to use to describe the color of each pixel in the image. Valid values include 1, 4, 8, and 24 bits per pixel. image depth affects how LabVIEW interprets the values of image and colors." so not sure if it can read 32-bit RGB. i will try to find a 32-bit RGB to try it on.
Matt
05-30-2006 10:39 AM