Question: Introduction taS EARNING structions Problem Write a program which spilts an image into the three colour channels, then creates a new image from them with
Introduction taS EARNING structions Problem Write a program which spilts an image into the three colour channels, then creates a new image from them with the red and green channels swapped! This can have some very fun and interesting results! When we swap the red and green values, a lot of the pixel colours will change. Like other questions, your program should read in the input file name, and write out the new image to a file called output.png. Red Green Blue 255T (255, 120, 100) 120 100 120 2 255 100 0o(120, 255, 100) Here's what the dragonfly image should look like with the red and green channels swapped: File name: dragonfly.png
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
