Project:
- This is the code from the Synthetic Programming video "How to Program Custom Photo Filters for Social Media (In Python)"
- Video: https://www.youtube.com/watch?v=fkY_cYUtdTo
Includes:
- main.py (Runs the program)
- photo.jpg (test photo 1)
- out.jpg (test photo 1 filtered)
- photo2.jpg (test photo 2)
- out2.jpg (test photo 2 filtered)
Note:
- This program runs on Python
Version:
- Python 3 or later with PIL module installed