Pawan
Pawan

Reputation: 87

i want to change rect UIImage to polygon image with different shape

I want to draw a rectangular UIImage to a polygon UIImage. Like below example. Rectangular Image

to Final image i want

Upvotes: 0

Views: 168

Answers (1)

phani yelugula
phani yelugula

Reputation: 278

you will have to look into OpenGL ES, this will definately be able to draw textures onto a plain surface which is tilted, and most likely its your only option . plus, the advantage being, you can actually animate the tilt in motion, like on coverflow

im not sure quartz can do it, but you will have to check that.

Upvotes: 1

Related Questions