I’m just curious how they make apps like Fat Booth for the iPhone? I’ve been learning/developing iphone apps for the last couple of months but have never ventured into anything image/photo/game based, how on earth do you do image manipulation within objective c? Is it with similar libraries to Cocos 2D or something?
Share
cocos2d is for game animations. what you want is image processing.
entering something along the lines of “objective-c image processing” into google is a good place to start. projects like http://code.google.com/p/simple-iphone-image-processing/ will give you an idea of how you manipulate image data in objective-c. And you never know, there may be an open source library that does the kind of morphing you’re looking for.