West Image Puzzle The west-puzzle.png image is a puzzle. Itshows something famous, however the image has been distorted. Useif-logic along with other pixel techniques to recover the trueimage. The true image is exclusively in the blue values, so set allred and green values to 0. The hidden image is encoded using onlythe blue values that are less than 16 (that is, 0 through 15). If ablue value is less than 16, multiply it by 16 to scale it up to itsproper value. Alternately if a blue value in the encoded image is16 or more, it is random garbage and should
OR
OR