Images
In order to make this sketch work the image file called 'CNTower.jpg' must be loaded into the same directory as your sketch.
Type out the code and save your sketch as 'image' to your school network drive or USB flash drive. Left click on the image on the left and save the file to the 'image' folder.
32.1
Try changing image(img, 0, 0); to
image(img, 0, 0, 200, 120);
Why did the image get squashed?