ReadImageFileInfo
OpenLvVision_Image.lvlib:File.lvlib:ReadImageFileInfo.vi
Returns the information of an save image file
error in error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
code |
source source describes the origin of the error or warning. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
File Path Path to the image file |
error out error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
code |
source source describes the origin of the error or warning. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
File Type Datatype of the loaded image |
Width The number of pixels along the horizontal axis of the image. |
Height The number of pixels along the vertical axis of the image. |
Image Type ImageFormat enum defines pixel data type: MonoU8 (8-bit unsigned ), MonoU16 (16-bit unsigned), MonoI16 (16-bit signed), MonoSGL (single-precision float), ColorU32 (8x4 unsigned integer, RGBA), ColorU64 (16x4 unsigned integer, RGBA). |
File Data Type Specifies the encoding method used in the image. |