Tasks & Milestones - HazemAM/ImageProcessingCollegeProject GitHub Wiki

###Task 1:

  1. Initial layout/interface w/ resize support.
  2. Loading images:
    • Opening common formats w/ displaying.
    • Parsing .PPM (P3) w/ displaying.
  3. Bilinear geometric transformation:
    • Scale only,
    • Rotation only,
    • Shear only, and
    • All the three in single step.