LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save 2 pictures in one picture

hi,

i want to save the image of 4 graphs into one png file. i put  the images of graphs 1 and 2  in one file(untitled.png) and  the images of graphs 3 and 4  in another file(untitled1.png).then,i try to put untitled.png and untitled1.png in one file(untitled2.png) an error occur as seem in the save4graphstogether.vi.

anyone can help me plz

 

 

0 Kudos
Message 1 of 5
(2,645 Views)

Is the error you are talking about the broken wire coming out of the last Build Array function?

 

If so, try turning on the Concatenate Inputs option in the right click menu of that function.  Right now you are taking 2 2-D arrays and creating a 3-D array.

 

(I don't see the point of writing pictures out ot a file to immediately read that file back in again.)

0 Kudos
Message 2 of 5
(2,637 Views)

yes the error is the broken wire,

i try turning.....but the error still 😞

0 Kudos
Message 3 of 5
(2,622 Views)

Right click on the Build Array node (it is right before the broken wire).  Pick "Concatenate Inputs".  Now the broken wire will be fixed.

0 Kudos
Message 4 of 5
(2,619 Views)

thanks,al is ok

0 Kudos
Message 5 of 5
(2,612 Views)