Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erthium/pixelator
An image pixelator, to decrease the pixel size of an image and to give a blurry effect. Made in Python with Tkinter.
https://github.com/erthium/pixelator
image-processing python tkinter
Last synced: about 2 months ago
JSON representation
An image pixelator, to decrease the pixel size of an image and to give a blurry effect. Made in Python with Tkinter.
- Host: GitHub
- URL: https://github.com/erthium/pixelator
- Owner: erthium
- License: mit
- Created: 2020-02-13T21:32:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T03:57:29.000Z (over 1 year ago)
- Last Synced: 2024-06-04T00:00:02.067Z (7 months ago)
- Topics: image-processing, python, tkinter
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixelator
This is a basic project that takes an image and decreases pixel size of the image by calculating average values of RGB's of each pixel around, with the given intensity value.