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

https://github.com/jbkuczma/pixel-art


https://github.com/jbkuczma/pixel-art

photo-editing pixel-art pixel-sorting python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# pixel-art

Turn any photo into pixel art

## Example
![Before](https://github.com/jbkuczma/pixel-art/blob/master/images/example1.jpg?raw=true)

## Install & Usage

pip install -r requirements.txt

p = PixelArt('/path/to/input/file')
p.turnImageIntoPixelArt('output_file_name')