Use of MagickSetOption for Objective-C

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
skuenstler
Posts: 2
Joined: 2014-06-09T02:45:11-07:00
Authentication code: 6789

Use of MagickSetOption for Objective-C

Post 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
Post Reply