I have no experience with imageMagick, it is a very powerfull library.
One question.
How can i convert the command line example that uses command line “Convert” command to the iphone version ?
I mean, i do not know what command to use instead of convert command
Thanks to all
ImageMagick isn’t installed by default on iPhones. It appears that someone has ported the project though: http://www.cloudgoessocial.net/2010/05/01/latest-imagemagick/
You’ll probably need to use the Magick Wand C interface to talk to the library from your program.