Python script, which combines palette of images. It's useful for SGDK, for example, you want to use 1 palette for all entity.
- Put images in imagesIn folder
- Run convertImagesToOne16BitPalette.py
- Result will be in imagesOut folder
From program folder, run this command in cmd
pip install -r requirements.txt
- Script combines all your images into one atlas.
- Reducing palette of atlas
- Cropping images from atlas to get images back.
You also can use:
- convertImages.py to reduce palette to 16 colors and resize (pls rewrite script for your needs)
- resizeImages.py to change size of images (needs rewriting for your needs).
- createAnimation.py to create spriteSheet from frames. You should give appropriate names to images, like 1.png, 2.png... and so on.
- reducePaletteTo16Colors.py to reduce palette to 16 colors