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).

Issues

  • #17 Rotate clockwise 90°
  • #18 Rotate anti-clockwise 90°
  • #19 Mirror effect - horizontal symmetry
  • #20 Mirror effect - vertical symmetry
  • #21 Mirror effect