Owning Palette: Graphics & Sound VIs
Use the Graphics Formats VIs to retrieve or store image data in BMP, JPEG, or PNG image files.
| Palette Object | Description |
|---|---|
| Flatten Pixmap | Converts pixmap data from a 2D array to a 1D array. |
| Read BMP File | Reads a Windows bitmap file and creates the data necessary to display the file in a picture control. |
| Read JPEG File | Reads a JPEG file and creates the data necessary to display the file in a picture control. |
| Read PNG File | Reads a PNG file and creates the data necessary to display the file in a picture control. |
| Unflatten Pixmap | Converts a cluster of image data into a 2D array. |
| Write BMP File | Writes a Windows bitmap file. |
| Write JPEG File | Writes a JPEG file. |
| Write PNG File | Writes a PNG file. |