LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

insert picture into picture

Hello all
I have  constants as picture
I want to insert  any costants to another picture.
How can I do it?
and how can I create the constant as picture?
Best regards
Aleksandr


0 Kudos
Message 1 of 7
(3,697 Views)
can you give a little more detail.  Are you using the picture control? Intensity map? a embedded picture on the FP? A jpeg file?  Do you want to dynamically do this durring runtime?
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 7
(3,686 Views)
Hello
Thanks for answer
I want to dynamically do this durring runtime
I want  to have the FP with the big picture. And then to insert the picture how the constant to big picture FP
Best regards
0 Kudos
Message 3 of 7
(3,681 Views)
Are these pictures saved as files on the hard drive?? What type of format, bmp, jpg, png?? Are the file extensions all the same??
Message 4 of 7
(3,678 Views)
Thanks
I saw  the example.
May I add the else picture to this picture
Regards
0 Kudos
Message 5 of 7
(3,671 Views)

If you are looking to mix pictures dynamically you can load both pictures (jpegs), get the array data and replace a subset (x0, y0, width, height) of data with the other picture.  then convert the array data back to the picture format and send it to the picture control.  Blending pictures are more difficult.  There are also methods using activex/.net objects to realize this.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 6 of 7
(3,668 Views)
Hello Paul
Thanks for the help
I have solved this problem
Best regards
Aleksandr


0 Kudos
Message 7 of 7
(3,631 Views)