amakaseev / sprite-sheet-packer

Sprite sheet packer
MIT License
318 stars 62 forks source link

Polygon packing from command line #65

Open C00reNUT opened 5 years ago

C00reNUT commented 5 years ago

Hello,

Is it possible to implement polygon packing into the CLI options?

Screenshot at Apr 24 09-23-50

I am using the following command to pack the sprites: SpriteSheetPacker --trim 230 --trimMode Polygon --epsilon 0.000001 --sprite-border 0 /Sprites /Output

One can use polygon for trimming, but not for packing.

amakaseev commented 5 years ago

Hello, I'm sorry it's my mistake. You can testing this commit.