Skip to content

Converts given images into pixelart-styled images with given resolution, size and colorpalettes.

Notifications You must be signed in to change notification settings

protogia/pixelart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixelart

Simple script that converts given images into pixelart-styled images with given resolution, size and colorpalettes to create gadgets for games, animations and more!

alt text

info

tested on linux only.

install

poetry install .

If you want to run it from commandline:

  1. Create bash-script & make executable
  2. symlink it
sudo touch /opt/pixelart
### insert following lines into /opt/pixelart:
# #!/bin/bash
# poetry run -C ~/path/to/pixelart python3 -m pixelart.__main__ "$@"

### create symlink to bash-script 
sudo ln -s /opt/pixelart /usr/local/bin/pixelart

run

If globally installed with symlink get informations via:

pixelart --help

Else run from project-root-dir:

poetry run pixelart --help

About

Converts given images into pixelart-styled images with given resolution, size and colorpalettes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages