Question: Please include comments Can you create a c++ program program that loads the original 8-bit bitmap grasyscale file and an 8-bit image grayscale overlay file
Please include comments
Can you create a c++ program program that loads the original 8-bit bitmap grasyscale file and an 8-bit image grayscale overlay file which must have same size using this algorithm:
if a pixel is black in the overlay image, the corresponding pixel in out1 is white. If a pixel is not black in the overlay image, the corresponding pixel in out1 equals the corresponding pixel in the original image. We will call this way of processing image overlay (IO).
Images of any size up to 1024x768 pixels
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
