Skip to content

Releases: reybits/texture-packer

v1.3.7

19 Feb 02:37

Choose a tag to compare

What's Changed

  • Add multi-atlas mode (--multi-atlas) that automatically splits images across multiple atlases when they exceed the maximum
    atlas size.
  • Improve packing quality by trying multiple sort strategies and keeping the tightest result.
  • Fix --pot mode incorrectly affecting atlas size growth when disabled.
  • Fix image detection to use file extension instead of path-based heuristic.
  • Fix --multi-atlas CLI option typo.
  • Initialize atlas background to transparent black.
  • Update README with new features and build prerequisites.

v1.3.6

19 Dec 17:52

Choose a tag to compare

Full Changelog: v1.3.5...v1.3.6

v1.3.5

03 Dec 15:21

Choose a tag to compare

refactor!: renamed configuration options for clarity and consistency

Full Changelog: v1.3.3...v1.3.5

v1.3.3

01 Dec 14:23

Choose a tag to compare

  • feat!: use float for hotspot values in atlas XML
  • feat(kdtree): optimize for thin and long sprites in both orientations
  • fix(test): improve error handling
  • feat(log): add logging system

Full Changelog: https://github.com/reybits/texture-packer/commits/v1.3.3