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.
- Host: GitHub
- URL: https://github.com/vriskaserket51/eastwardmspriteparser
- Owner: VriskaSerket51
- License: gpl-3.0
- Created: 2023-10-15T13:47:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T23:50:26.000Z (over 2 years ago)
- Last Synced: 2025-01-22T07:33:06.423Z (over 1 year ago)
- Topics: animation, parser, video-game
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`