For this lab, you are welcome to get technical help from another student on how to use or install any of the tools involved. You may also get syntax help on C. You may not, however, get help on the algorithmic portion of the exercise outside of your partner, office hours, piazza questions to TAs or instructors.
This lab is broken down into several steps:You should have already created a hw4 directory and completed the pre-lab. This means everyone has a set of skeleton files that compile.
Make sure you add everything to the compile line of your Makefile. Remember that you need the png library (and the -lpng flag on your compile line) in order to compile!
Inspect the main file - it has a single call to each function. It also shows how to write the results of your image arrays into an image. This is why I provided the functions for you to do so.
Now get to work on those warmup functions! When you finish, move on to the homework.
Committed your code: $ svn commit -m "hw4 warmup complete"