OpenLvVision_Image.lvlib:File.lvlib:ReadImageFileInfo.vi

Returns the information of an save image file

OpenLvVision_Image.lvlib:File.lvlib:ReadImageFileInfo.vi

cerrcodeclst

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.

    cbool

    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.

    ci32

    code

    cstr

    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.

cpath

File Path

Path to the image file

ierrcodeclst

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.

    ibool

    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.

    ii32

    code

    istr

    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.

istr

File Type

Datatype of the loaded image

ii32

Width

The number of pixels along the horizontal axis of the image.

ii32

Height

The number of pixels along the vertical axis of the image.

ienum

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).

iu32

File Data Type

Specifies the encoding method used in the image.