Creating Thumbnails in Build Phase of iPhone App Xcode project?

Posted by nephilite on Stack Overflow See other posts from Stack Overflow or by nephilite
Published on 2010-05-27T19:52:55Z Indexed on 2010/05/27 20:21 UTC
Read the original article Hit count: 219

Filed under:
|
|
|
|

Hey All,

I have a group of png files in my bundle; but I also want smaller versions of them to be used at my app as well. Right now I am just resizing them all manually and putting them in the bundle as well: so i might have Graphic_1.png and Graphic_1-thumbnail.png.

Instead, is there anyway to do something like: at build time, take all my png assets and create 1/4 scale versions of them, and save them into the bundle as well, with the -thumbnail in the filename as above? Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about xcode