DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents CS1315: Introduction to Media Computation Using Loops for Pictures.

CS1315: Introduction to Media Computation Using Loops for Pictures Use a loop! Our first picture recipe def decreaseRed(picture): for p in getPixels(picture): value=getRed(p)…

Documents CS 101: Introduction to Computing

CS 101: Introduction to Computing Programs that change Pictures Developed by Mark Guzdial, Georgia Institute of Technology, 2003â2004; modified by Robert H. Sloan, University…