Flatten Pixmap (Not in Base Package)

Converts pixmap data from a 2D array to a 1D array. You can either write the resulting 1D array to a file or view it using the low-level Draw Flattened Pixmap VI.

top left is a cluster containing a horizontal (x) and a vertical (y) component.
x is the horizontal coordinate that increases to the right.
y is the vertical coordinate that increases to the bottom.
24-bit pixmap is the 2D array of data to draw as a pixmap. The dimensions of the pixmap match the dimensions of this array. The data is used as indices into the color array.
8-bit pixmap is the 2D array of data to draw as a pixmap. The dimensions of the pixmap match the dimensions of this array. The data is used as indices into the color array.
4-bit pixmap is the 2D array of data to draw as a pixmap. The dimensions of the pixmap match the dimensions of this array. The data is used as indices into the color array.
1-bit pixmap is the 2D array of data to draw as a bitmap. The dimensions of the bitmap match the dimensions of this array. Elements that are FALSE map to element 0 in the color table. Elements that are TRUE map to element 1 in the color table.
bit depth specifies the depth of the pixmap.
bounds specifies the rectangle whose upper-left corner is at (0,0) and that is the exact size of the pixmap.
left is the horizontal coordinate of the left edge of the rectangle.
top is the vertical coordinate of the top edge of the rectangle.
right is the horizontal coordinate of the right edge of the rectangle.
bottom is the vertical coordinate of the bottom edge of the rectangle.
flattened image data specifies the data of the pixmap in the proper form to pass directly to the low-level Draw Flattened Pixmap VI.