Releases: reybits/texture-packer
Releases · reybits/texture-packer
v1.3.7
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
--potmode incorrectly affecting atlas size growth when disabled. - Fix image detection to use file extension instead of path-based heuristic.
- Fix
--multi-atlasCLI option typo. - Initialize atlas background to transparent black.
- Update README with new features and build prerequisites.
v1.3.6
Full Changelog: v1.3.5...v1.3.6
v1.3.5
refactor!: renamed configuration options for clarity and consistency
Full Changelog: v1.3.3...v1.3.5
v1.3.3
- 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