LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Four pictures in one

Hello I'm trying to create a program that will make a 4image fit into a 1 a whole image.. I have seen one example but it only does 1 image the and then the 2nd image overlaps the other.. I tried making one and i got stuck on the process of combining them into 1 image.. I only manage to do the said example so far.. Any form of help is appreciated.. thx

 

 

ill post my work as soon as come back from work

0 Kudos
Message 1 of 4
(2,270 Views)

I'm not sure what modules you have available, but if you have all the vision stuff you could:

1) Convert 4 images to arrays (image2array)

2) Concatenate arrays in the correct locations

3) Convert new array back to an image (array2image)

 

0 Kudos
Message 2 of 4
(2,261 Views)

U can extract the images in one loop and feed the Data Image array in shift register.  Here an example:

 

Functions: Read PNG Image (I'm using some PNG icons in example), Unflatten PixMap (24 Bits), Flatten Pixmap and Draw flattened pixmap

 

Message 3 of 4
(2,246 Views)

thx sir for the help would you mind posting your VI? Im still getting familiar with labview atm.. thx again

0 Kudos
Message 4 of 4
(2,183 Views)