Skip to content

gunmack/Python-Image-Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages