< Back

Final Coding Problem

Create a blockly program that allows the user to select an image which contains some form of greenscreen. Your program should modify every "green" pixel to be solid green ([0, 255, 0]). You can consider a pixel to be green if the green component of the pixel is above 100, and both the red and blue components are less than 128.

Before

After


Bonus

Create a blockly program that uses turtle to approximate the image shown below.