Graphics Formats VIs

Owning Palette: Graphics & Sound VIs

Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Graphics Formats VIs to retrieve or store image data in BMP, JPEG, or PNG image files.

Palette ObjectDescription
Flatten PixmapConverts pixmap data from a 2D array to a 1D array.
Read BMP FileReads a Windows bitmap file and creates the data necessary to display the file in a picture control.
Read JPEG FileReads a JPEG file and creates the data necessary to display the file in a picture control.
Read PNG FileReads a PNG file and creates the data necessary to display the file in a picture control.
Unflatten PixmapConverts a cluster of image data into a 2D array.
Write BMP FileWrites a Windows bitmap file.
Write JPEG FileWrites a JPEG file.
Write PNG FileWrites a PNG file.