Milestone 4: Transform
Those features will manipulate pixel data to create a new image with modified geometry. You will practice reading pixel data from an image using the estia-image library, manipulating it in C, and writing output to a new image file. These features are very similar to each other, you should implement them in parallel so that everyone gets to practice each of the steps (reading, manipulating, writing).