Electroknit is a craft project to convert graphics into knitted patterns for an electric knitting machine. What does it take to turn a digital image into a physical object like a knitted sweater? The answer is series of image processing operations. As web engineer, we take it for granted <img src="image.jpeg"&rt; displays an image because it is a "digital photo." Let's look at what "a Pixel" is & how you can manipulate for fun with Canvas API & JavaScript.