dermetfan / libgdx-texturepacker-gui

Automatically exported from code.google.com/p/libgdx-texturepacker-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't write padding information to atlas file

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?

1. Add unprocessed nine patch PNGs containing split and padding pixels.
2. Pack 'em!


What is the expected output?

* Transparent border and split / padding pixels removed from output image.
* Split and padding information written to atlas text file, something like:-

    split: 16, 16, 16, 16
    pad: 13, 13, 9, 9


What do you see instead?

* Padding information is not written to atlas text file, so you only get:-

    split: 16, 16, 16, 16


What version of the product are you using? On what operating system?

gdx-texturepacker-3.2.0.zip on OS X 10.9.3.



Original issue reported on code.google.com by st...@monkeyhybrid.com on 29 May 2014 at 3:38