‎07-22-2013 08:08 PM
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
‎07-22-2013 09:12 PM
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)
‎07-22-2013 10:48 PM - edited ‎07-22-2013 10:52 PM
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
‎07-24-2013 06:55 AM
thx sir for the help would you mind posting your VI? Im still getting familiar with labview atm.. thx again