Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.