Fisheye Effect on iOS

I would like to create the Fisheye effect, shown in many iOS applications, and some other interesting effects, such as a color burn, etc ... What is the best way to work with these functions? Could you offer me useful links or code?

I need to understand in which direction I need to go in order to work with graphic effects that take an image as input and get a modified result of this as output. Thank.

+3
source share
2 answers

What is the best way to work with these features?

, . , Quartz ( iOS/MacOSX). 2d cocos2d-iphone. . .

OpenGL ES.

+1

All Articles