Skip to content

leonkasovan/MugenSpriteViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Mugen Sprite Viewer

Support for:

  1. SFFv1 with PCX Compression
  2. SFFv2 with RLE8,RLE5,LZ5,PNG Compression

Feature:

  1. Auto animation
  2. Browse and zoom with mouse scroll
  3. Load additional palette (*.act)
  4. Export sprites as PNG images
  5. Export sprites as Sprite Sheet
  6. Export sprites data as CSV text
  7. View Sprite Statistic
  8. Register SFF handler (for Windows OS)
  9. Auto resize image preview
  10. Atlas loader in Love2D

Screenshot:

image
image
image
image

Install

Download from here:

  1. Windows 7/10/11 : https://github.com/leonkasovan/MugenSpriteViewer/releases/download/v1.0/MugenSpriteViewer-win64-v1.0.zip
  2. Linux x86_64 : https://github.com/leonkasovan/MugenSpriteViewer/releases/download/v1.0/MugenSpriteViewer-linux-x86_64-v1.0.zip

Extract and run it from command line.
Or register it in Windows to handle SFF file.

Usage:

# MugenSpriteViewer.exe kfmZ.sff

Best usage:

open_with

By registering in windows explorer (Open with ...) to handle SFF file.
After registering, just double click any SFF file to view it.

Build from source:

git clone https://github.com/leonkasovan/MugenSpriteViewer.git
make
Mugen.Sprite.Viewer.v1.0.2025-05-01.16-17-38.mp4