I'm looking for an image manipulation library for the iPhone/iPad, with similar functionality like System.Drawing.Imaging on the .net side.

Things I want to do:

  • draw basic shapes, like elipses, rectangles, text
  • draw it to a certain place on the screen, together with things like UILabels, UIViews, ... . Ideal would be the possibility to export to a data format which the UIImage control accepts (similar to the .net framework).

Does such a library exists in the standard frameworks, or do I need something else? Could you provide (a link to) some example code?

Thank you!

Yvan Janssens

link|improve this question

you can go for cocos2d... – mihir mehta Mar 14 '11 at 10:06
yeah, I found that, but that's a game framework. I want to design stuff comparable to charts - simple graphical images to embed in the app. I think a game framework would be some kind of overkill ;-) – Yvan JANSSENS Mar 14 '11 at 10:08
I'm currently taking a look @ ImageMagick. Will post if it'll work out ;-) – Yvan JANSSENS Mar 14 '11 at 10:30
feedback

1 Answer

up vote 1 down vote accepted

You can do everything you need with Core Graphics and Core Text

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.