An open API service indexing awesome lists of open source software.

https://github.com/vriskaserket51/eastwardmspriteparser

Parse Eastward mSprite files, convert them to animations.
https://github.com/vriskaserket51/eastwardmspriteparser

animation parser video-game

Last synced: over 1 year ago
JSON representation

Parse Eastward mSprite files, convert them to animations.

Awesome Lists containing this project

README

          

# EastwardMSpriteParser
Eastward MSprite Parser

Read ".msprite" file and texture file, then extract to output directory.
Default extracted file type is apng(Animated PNG).

Parameters:
- -m or --msprite: Set MSprite path.
- -t or --texture: Set Texture Path.
- -o or -output_dir: Set output directory.
- -s or --size: Set size multiplier. Default value is 1
- --gif: Output files will be ".gif" instead of apng files.
> **Warning**
> gif does not support alpha channel fully.`

Usage example: `EastwardMSpriteParser.exe -m sam.msprite -t sam_texture.png -o ./output`