Milestone 2: Statistics
The goal of this milestone is to implement features that compute statistics on pixel data: max and min pixel, max and min component, and a full report in a txt file. You will practice reading pixel data from an image using the estia-image library, manipulating it in C, and writing output to the console and to a file.
You can implement these features in any order and in parallel. You can still together for the first feature then split the remaining 3 features between you. Read the collaboration strategies to find how to properly split the work and collaborate effectively.
Before implementing a feature you should understand the specification and the expected output format. What will the output be for a given image ? You should start creating images with known pixel data to test your implementation. You can create images with an image editor. Save them as bitmap (.bmp) to easily control the pixel data.