Sprite Sheeter is a program to quickly generate spritesheets from a series of frame images, preview animations, and perform common sheeting tasks, rather than having to manually arrange images on a sheet with an image editor such as GIMP, Paint, or Photoshop. The goal is simplicity and timesaving when creating sheets to upload here at TSR!
Download: https://dl.dropboxusercontent.com/u/3181...heeter.zip
Source Code: https://github.com/meh2481/SpriteSheeter
Requires Microsoft Visual C++ 2015 Redistributable (x86) found here: vc_redist.x86.exe
Be sure to download the x86 version!
Changelog
v1.0:
- Better performance by changing .sheet format *Note that this breaks save compatibility with older versions!*
- Add batch sheeting functionality to Edit menu
- Add Reverse Animation Order functionality
- Add Remove Duplicate Frames functionality
- Add DDS image support
- Better mouse cursor when moving frames around
- Recent Documents can be found in File Menu
- RMB now pans the view
- Add measures that should prevent saves from breaking ever again, even if format changes
- New Icon
- Ported to MSVC behind the scenes, which makes the overall program smaller
- Various bugfixes