Skip to content

Elinvar-labs/AnyPix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnyPix - Pix anything!

image pixelization tool working in console

Usage: python main.py --pallete [SEGA/NES] --power [num] --colors [num] --in [input file] --out [output file]

For example:

python main.py --pallete SEGA --power 8 --colors 256 --infile /path/to/image.png --outfile /path/to/pix_image.png

App is working good with *.png and *.jpg

For example, converting with power 8, pallete SEGA and 256 colors:

Before

After

Install

python -m venv venv

venv\Scripts\activate

pip install pillow

python main.py [arguments]

Libraries

Pillow

License

This project has MIT license. You can use it for any purpose, even commercially

About

Simple tool for convert images to pixel art

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages