Created for Software Engineering I at Oregon State University by the team Ctrl+Alt+Defeat
The Image Viewer and Editor application provides users with a seamless, lightweight, and efficient method of editing image(s) on their local machines. From basic edits such as cropping and rotating, to applying basic filters such as grayscale and sepia, to applying advanced edits such as hue and saturation alterations, this application has it all.
- At least 8GB of DDR4 RAM
- Internal Graphics or better
- 3.4 GHZ processor or better
- Windows 10 or 11
- If using MAC ensure peripheral mouse to be used
- Python3 (https://www.python.org/downloads/)
- numpy:
pip install numpy
- OpenCV:
pip install opencv-python
- tkinter:
pip install tk
- Pillow:
pip install Pillow
- imageio:
pip install imageio
- glob
pip install glob2
- Clone Repository onto local environment
- Install dependencies listed above
- Run
init.py
file
Enjoy!