Skip to content

Releases: TohnoCoding/SpriteImageParser

v0.3.0

02 Jun 17:46
Compare
Choose a tag to compare

Detection normalization has been corrected and support for "relatively large" values for Y-axis tolerance implemented (depends on the spritesheet size and dimensions of each individual sprite).

v0.2.1: Functionality expanded

30 May 20:47
Compare
Choose a tag to compare
  • 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

27 May 22:48
Compare
Choose a tag to compare

Added beautification to XML output.

Full Changelog: v0.1.2-alpha...v0.1.3-alpha

v0.1.2-alpha

27 May 14:23
Compare
Choose a tag to compare

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

27 May 00:27
4c47830
Compare
Choose a tag to compare

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.