4

I'm working with a designer generated photoshop psd that contains various UI elements for an iOS app, and I'm slicing their backgrounds into smaller images and using resizableImageWithCapInsets for efficiency. There are a lot of them, and it's quite tedious work.

What I'm looking for is a tool that will help with this process, something like Draw NinePatch that will take a .png file, and a list of cap insets, and then spit out a smaller .png.

Anyone heard of such a thing?

4

1 に答える 1

2

何も見つからなかったので、簡単なツールを書きました。他の誰かがこの問題を抱えている場合は、ここに行きます:

https://github.com/kcoop/CapInsetImageGenerator

于 2012-12-20T05:19:26.270 に答える