spritesheet.js icon indicating copy to clipboard operation
spritesheet.js copied to clipboard

[suggestion] Option for multiple pack according to max-width and max-height

Open painty opened this issue 7 years ago • 2 comments

qq 20170405145820 Due to the MAX_TEXTURE_SIZE I have to split spritesheet into multiple ones, each of them has max width/height of 4096. In texturepacker I can select multi pack as the pic shows.

painty avatar Apr 05 '17 07:04 painty

I have this functioning in another branch: https://github.com/gopherwood/spritesheet.js

@krzysztof-o would you be interested in a PR?

It's been awhile since I worked on this, but I think I had to update the binpacking dependency to get it to function correctly.

probityrules avatar Apr 05 '17 11:04 probityrules

Just tried it out and it worked out awesome! (--algorithm multiple-binpacking) Is there a way to merge those changes into this project?

SlausB avatar Jul 11 '17 09:07 SlausB