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
Use of MagickSetOption for Objective-C
-
- Posts: 2
- Joined: 2014-06-09T02:45:11-07:00
- Authentication code: 6789