Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarhamh/imageeditor
Final Project from SFU CMPT 120
https://github.com/aarhamh/imageeditor
Last synced: 3 days ago
JSON representation
Final Project from SFU CMPT 120
- Host: GitHub
- URL: https://github.com/aarhamh/imageeditor
- Owner: AarhamH
- Created: 2022-11-17T08:21:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T06:36:35.000Z (over 1 year ago)
- Last Synced: 2023-08-09T08:06:05.322Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-image-manipulator
This was the final project for SFU CMPT 120.It is a simple python image editor, which takes a jpg image and performs operations on all of the pixels to create a filter. It also contains a 'computer vision' component which tracks a fish (included in the repo) based on its hvs components
You can find the demo [here](https://replit.com/@crazycactus99/FinalProject#main.py)
If you want to execute the program on desktop, make sure that Pygame is installed in your system, and then run the 'main' executable, or run main.py from a code editor.