Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wensimehrp/sprite-blend
https://github.com/wensimehrp/sprite-blend
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wensimehrp/sprite-blend
- Owner: WenSimEHRP
- License: mit
- Created: 2024-07-25T08:49:22.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-02T04:32:53.000Z (6 months ago)
- Last Synced: 2024-11-13T04:53:31.782Z (2 months ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Sprite blender
A program to blend two indexed (real)sprites and outputs one realsprite along with two recoloursprites for use with NML.\
Only useful if you want to save a few kilobytes, or have a very special code setup.```bash
py ./blend.py <...>
```You can also use `blend_recolour_sprites.py` to blend two recolour index sets.
An additional GUI program `blend_ui.py` is under development. It's very messy, and don't expect it to work.
All files are licensed under the MIT License.