Releases: TohnoCoding/SpriteImageParser
Releases · TohnoCoding/SpriteImageParser
v0.3.0
v0.2.1: Functionality expanded
- Sprites are now expected to be grouped horizontally with each row having all the frames representing a single action
- Exports now group sprites based on row
- Detection logic now supports a tolerance value for the Y axis to account for slightly taller/shorter sprites in a single action animation
- Detection logic will now account for variances in height and width and adjust the output to center the resulting bounding boxes for containing sprites
v0.1.3-alpha
Added beautification to XML output.
Full Changelog: v0.1.2-alpha...v0.1.3-alpha
v0.1.2-alpha
Added overload functions to export JSON & XML data with default frame names and durations.
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
v0.1.1-alpha: Initial public release
Initial release of the library. Code documentation complete. Instructions on use in README file.
Source is provided in repository for full analysis and local compilation.