Skip to content
/ GIM Public

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

Notifications You must be signed in to change notification settings

Dkmister/GIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
dkmisterv
Nov 24, 2016
b60bfbf · Nov 24, 2016

History

38 Commits
Sep 15, 2016
Sep 3, 2016
Sep 3, 2016
Sep 3, 2016
Sep 3, 2016
Sep 24, 2016
Sep 18, 2016
Sep 18, 2016
Aug 21, 2016
Aug 22, 2016
Aug 22, 2016
Sep 18, 2016
Sep 3, 2016
Sep 18, 2016
Sep 18, 2016
Aug 26, 2016
Sep 3, 2016
Sep 14, 2016
Sep 15, 2016
Aug 22, 2016
Sep 3, 2016
Sep 18, 2016
Sep 18, 2016
Aug 28, 2016
Sep 3, 2016
Sep 3, 2016
Sep 3, 2016
Aug 28, 2016
Aug 28, 2016
Aug 28, 2016
Aug 28, 2016
Aug 26, 2016
Aug 28, 2016
Sep 3, 2016
Aug 28, 2016
Sep 3, 2016
Aug 21, 2016
Nov 24, 2016
Oct 28, 2016
Sep 18, 2016

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages