/GIM

Simple Python program with GUI for Image Manipulation. It implents: "Black and White", "180º rotation", "90º rotation", "Random Quantization", "Filter PF" and "Negative"

Primary LanguagePython

Trabalho_1-FPI

Trabalho 1 da disciplina de Fundamentos de Processamento de Imagens

Código distribuído em Software Livre. Utilizem como bem desejar :)

First steps:

You must have installed Python 2.7 and some dependencies, such as easygui, easygui_qt, PyQt4 and PIL(Pillow) installed.
Use the following commands after installing Python 2.7 (Download here Python 2.7):
In Linux:

sudo apt-get install python-pyside
sudo apt-get install python-qt4
pip install easygui
pip install easygui_qt
pip install Pillow

Executing:

After set, execute the following command on the cloned directory:
python menu.py

You will have to load a .jpeg image, otherwise the program will shutdown.
After that, there are 5 choices of image manipulation that you can do:

Negative

Random Quantitization

Rotation 180 º

Rotation 90 º

Filter_PF

Black and White

Choose if you want to save the file, write the file as a ".jpeg" file, such as "wanted_name.jpeg".

Saving the file, it will appear on the desired directory.

Confira o wiki para mais informações