PyTexturePacker
PyTexturePacker copied to clipboard
allow custom plist/save_image function
Allow for custom plist and save_image function without changing any internal implementation. Default to using the default Utils save_plist and save_image.
The alternative is to monkey patch Utils, but I believe this will be better.