https://github.com/kohrongying/poke-sprites
https://github.com/kohrongying/poke-sprites
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kohrongying/poke-sprites
- Owner: kohrongying
- Created: 2019-05-12T16:30:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T15:27:35.000Z (about 6 years ago)
- Last Synced: 2025-01-27T22:14:24.398Z (4 months ago)
- Language: Python
- Size: 5.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Python Scripts
```
python split_spritesheet.py -f "kanto_sprite.png" -r kanto
python split_sprite.py
python run.py
```### Convert color
```
convert sample.png +dither -colors 5 sample_reduced_colors.png
```### Resize
```
convert sample_2.png -filter point -resize 63 sample_2_small2.png
convert sample_2.png -sample 48x48 sample_2_small2.pngconvert sample_2.png -adaptive-resize 48x48 sample_2_small.png
```## Credits
Kanto Pokemon sprite image from [Spriters-Resource](https://www.spriters-resource.com/game_boy_advance/pokemonemerald/sheet/21230/)