Personal Project
A simple program to convert any picture to a pixellized version.
Phase 1, Basics:
- Import a picture from filepath
- Resize
- Convert to 2-D Array
- Edit each pixel in array to either black or white
- Save picture
Phase 2, GUI:
- [] Open an HTML webpage
- [] Add button to import a photo
- [] Display Resized photo
- [] Add a drop down list to choose pixel resolution
- [] Add a button to convert picture
- [] Display new picture side-by-side
Phase 3, more Features:
- [] Implement degree of quantization option
- [] Make compatible with .gif files
- [] Decorate GUI, webpage accessible
- [] Animation/visualization of file being converted