ryan102590 / PythonImageProcessing

Python GUI to perform basic image processing functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonImageProcessing

Python GUI to perform basic image processing functions.

Using PySide for GUI and PIL for image handling.

WARNING: This is not meant to be efficient. All work is done on the main thread, and Python is not meant for low level functions such as image processing. This program is meant for learning purposes.

alt tag

About

Python GUI to perform basic image processing functions


Languages

Language:Python 100.0%