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
- Host: GitHub
- URL: https://github.com/jbkuczma/pixel-art
- Owner: jbkuczma
- License: mit
- Created: 2017-05-02T17:42:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T18:18:34.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T17:53:27.228Z (4 months ago)
- Topics: photo-editing, pixel-art, pixel-sorting, python
- Language: Python
- Size: 22.8 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pixel-art
Turn any photo into pixel art
## Example
## Install & Usage
pip install -r requirements.txt
p = PixelArt('/path/to/input/file')
p.turnImageIntoPixelArt('output_file_name')