Image Transformation on iPhone, how to?

Posted by Horace Ho on Stack Overflow See other posts from Stack Overflow or by Horace Ho
Published on 2010-05-03T04:59:31Z Indexed on 2010/05/03 5:08 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

Since I cannot pre-render all the images in PNGs and real-time image transformation functions are required, namely:

  • skew
  • perspective

(like the transform action found in Photoshop)

Which API (CoreAnimation? OpenGL ES?) should I look into? Even better, is there any sample code around? Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk