![]() | Download Help (Windows Only) |
Owning Class: support
Requires: MathScript RT Module
c = fread_bmp(a)
Legacy Name: readbmp
Reads a bitmap (.bmp) file.
Name | Description |
---|---|
a | Specifies a valid path to a bitmap file. a is a string. |
Name | Description |
---|---|
c | Returns the content of the bitmap file. c is a matrix. |
If you use this function in a stand-alone application or shared library and a is a relative path, LabVIEW searches for the file in the path where you installed the application or shared library. (Real-Time Module) If you deploy this function to an RT target and a is a relative path, LabVIEW searches for the file in the path returned by the Default Data Directory VI.
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | No (affects entire script) |
Helpful
Not Helpful