In the Steganography class, after modifying canHide to allow the secret image to be smaller than the source image, write
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
In the Steganography class, after modifying canHide to allow the secret image to be smaller than the source image, write
In the Steganography class, after modifying canHide to allow thesecret image to be smaller than the source image, write a secondversion of the hidePicture method that allows the user to place thehidden picture anywhere on the modified picture. This meansadding two parameters for startRow and startColumn that representthe row and column of the upper left corner where the hiddenpicture will be placed.