aurelienRibonBackup / libgdx-texturepacker-gui

Automatically exported from code.google.com/p/libgdx-texturepacker-gui
0 stars 0 forks source link

Doesn't write padding information to atlas file #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

metaphore commented 8 years ago

Split and pad values appear to work correctly in latest version here