Assist me by answering this question using C++ programming please.
Posted: Tue Jul 12, 2022 8:05 am
Assist me by answering this question using C++ programmingplease.
7. Join Images Vertically Your program should provide a function similar to the following to join two images vertically and store the new image in the image1 parameter. The contents of image2 should be at the bottom of the original contents of image1 after the join operation. Dimension joinImagesVert (char image1[] [100], Dimension d1, char image2[] [100], Dimension d2) Figure 4 shows two images joined vertically together. \\ -/ |||||| )`-') (C" .'7/1 (J || |--L ((/( Figure 4: Two Images Joined Vertically Together
7. Join Images Vertically Your program should provide a function similar to the following to join two images vertically and store the new image in the image1 parameter. The contents of image2 should be at the bottom of the original contents of image1 after the join operation. Dimension joinImagesVert (char image1[] [100], Dimension d1, char image2[] [100], Dimension d2) Figure 4 shows two images joined vertically together. \\ -/ |||||| )`-') (C" .'7/1 (J || |--L ((/( Figure 4: Two Images Joined Vertically Together