AnnnnW/3rd_Year_Project-Image_Mosaic

Implement the image cutter

AnnnnW opened this issue · 1 comments

To deal with:

  • read the target file
  • cut the image using a 9x9 filter
  • make the 9x9 blocks to be mosaic by using the average RGB colour of the 81 pixels

Also implement the mosaic for those pixels which are at the edge of the image and cannot form a 9x9 block