Page 1 of 1

Use of MagickSetOption for Objective-C

Posted: 2014-06-16T23:25:25-07:00
by skuenstler
Hi,

I would like to use MagickWand or MagickCore in an Objective-C project for an implementation of the following command line:

convert §inputimage -quiet -regard-warnings -alpha off +repage §outputimage

I thougt of taking the "MagickSetOption" method ,i.e. MagickBooleanType MagickSetOption(MagickWand *wand,const char *key,
const char *value)

But I am not familiar with the char *key's and values that can be used. Is there a list of all keys and values ?? Or is there an even better method to achieve "-quiet -regard-warnings -alpha off +repage" ??

Thanks for any help on this !
Cheers,
skuenstler