Milestone 5: Resize

Those are the most advanced features of the project. They will manipulate pixel data to create a new image with modified geometry and a different size. 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.

Issues

  • #22 Crop
  • #23 Scale via Nearest-neighbor interpolation
  • #24 Scale via bilinear interpolation