LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can two images be catcatenated together in labview 7.0

I'm trying to save an intensity graph into a jpg/bmp with my own header on top. The header consists of a small picture and some text. Is there a simple way to attach my header to the top of an intensity graph image?
0 Kudos
Message 1 of 4
(2,820 Views)
Hello whatsthis,

This can be accomplished by creating a custom control that contains your header information already included. I have included an example of a custom control that includes the NI logo at the top and VI that writes the image to file.

Good luck with your development.

Regards,

Matt F
National Instruments
Download All
0 Kudos
Message 2 of 4
(2,820 Views)
That works but I need a different solution. In my front panel I don't have room for the image above each graph, I have several intensity graphs of different sizes that all call the same function, so the image and comments must dynamically be added to create different size headers.
0 Kudos
Message 3 of 4
(2,820 Views)
whatsthis,

To do it dynamically, we will need to use LabVIEW's picture functionality. Once we have acquired the image of the control, we will need to manually manipulate it to add our own custom defined picture. The links below may be of some help in using LabVIEW's picture functionality.

Rotating Graphics (Pixmaps) in LabVIEW

Read Image Plus

Good luck with the development,

Matt F
0 Kudos
Message 4 of 4
(2,820 Views)