Graphical user interface for pimpy
Project description
pimpygui is a tool that demonstrates some functions of the pimpy package. It installs the command line tool pimpy_gallery, which is a GUI for applying image processing functions.
Installing
Install from pip:
python -m pip install pimpygui
Usage:
If binaries of installed python packages are added to the PATH, you can call pimpy_gallery directly from the shell:
pimpy_gallery
Otherwise, it can be invoked using python:
python -m pimpygui.gallery
Overview:
The pimpy_gallery GUI contains the following effects:
Smooth: Applies a gaussian filter which blurs the image.
Main colors: Reduces the image to a given number of colors. The colors can be set by the user or guessed algorithmically using k-means clustering.
Edges: Finds all edges of the given image. It adds an edge between two neighboring pixels if their color values are different. You should apply the main colors effect before creating the edge image, since an edge is inserted even if the colors are visually identical but slightly different.
Paint by number: Applies the edge effect and additionally inserts labels in the image segments. This can be used to create prototype images for the popular paint by number artworks. Usually, you first need to apply the smooth and main colors effects, since images are often too noisy for useful results.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pimpygui-0.1.1.tar.gz
.
File metadata
- Download URL: pimpygui-0.1.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8937d49eb365ee49effef3a1f403c1e07099c347f8f8918a92ce7ae02269ee70 |
|
MD5 | 00f198039cf887de1821e0b6523c954d |
|
BLAKE2b-256 | cac5579010d746cb7357b2cb752f80196f00c6e2964cd619b7b8e0e987d9e750 |
File details
Details for the file pimpygui-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pimpygui-0.1.1-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4df5ab85b7be3bf4861fa4a94c44404aeaa4b2cc9dc8d4510a114e555514a1b3 |
|
MD5 | 6c4a6356d82c0f8b4121539077251742 |
|
BLAKE2b-256 | 3b89619b28f29a3b327a336e69d7d29cf26a1fe30b4801d48ef6861b37b5b4fd |