Discussion and sample code

Program is similar to the program named ImageNegate01 from an earlier lesson. 

ImageNegate01 requires the programmer to know the size of the image to be processed.

This program assumes that the programmer does not know the size of the image.

Width and height are discovered by the program after the image is loaded into memory.