Issue Details
I am using IMAQ drivers to process my image. I used
ImageToEDVR.vi function to change the .png file to the array with the specified data type and dimensionality for the requested region of the source image.
I want to create 1D array, but I noticed that the size of this array is bigger than an array which was created using normal LabVIEW image functions from Graphics & Sound Palette (Read PNG File).
It is a problem, because I need to process pixel by pixel and I do not know what are those additional elements in the array created by ImageToEDVR.
Note: This image is a LabVIEW snippet, which includes LabVIEW code that you can reuse in your project. To use a snippet, right-click the image, save it to your computer, and drag the file onto your LabVIEW block diagram.