Another excellent week to be an iOS developer, and some big news in the department of iOS game development with the release of Cocos2D V1.0.0 and the opening of the Moai SDK beta to everyone. Also some great open source libraries and tutorials were shared. If you have written a tutorial, open source library or…
Tag: image manipulation
Manipulation of image data is done within many highly successful apps on the iPhone. What is great about these apps is that the actual algorithms are relatively simple, and by mixing a few things together you can create some interesting effects. There is one catch, and that is in order to directly manipulate the data…