- User Provides Photo
- Open the photo in C (openCV)
- Convert to a binary photo (matrix)
- Get the dimensions of user's terminal
- Scale photo to dimensions
- Print string representation in terminal
Add complexities after we get the first 6 steps done
- Phillip: Loading photo in C (2-3)
- Maya: Getting dimensions of terminal (4-5)
- Isa: How to represent a photo as a string (5-6)