Sometimes it is necessary to display an image on the Front Panel, for example when adding a logo. In LabVIEW, this is accomplished using a Picture Control, which is a control designed to display images programmatically. Images cannot be directly copied and pasted into a Picture Control. Instead, they must be loaded and rendered through code. If an image is copied from the clipboard or dragged onto the Front Panel, LabVIEW treats it as a decoration rather than as data within a control.
This document explains how to properly import an image into a Picture Control and how to resize the control to match the dimensions of the loaded image.