Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 809 Bytes

File metadata and controls

33 lines (25 loc) · 809 Bytes

Source

  1. Final project for CMPT 120, Fall 2021 at SFU

Python Image processor

  • Built with:
    • numpy
    • pygame
    • tkinter ( included in standard python )

Installating and running app

  1. Navigate to \files
  2. Run the following command
    pip install -r requirements.txt
    
  3. Once the dependencies are installed Run the file with
    python main.py
    
  4. Look for included images in \images or add your own
  5. Altered images can be saved:
    • Name file as desired
    • Program automatically adds a .jpg extenstion

Versions

  • 2024/09/26 (1.1)
    • Program will crash and exit if no image file is chosen from the dialog box.