Mapping IM commands to magick wand

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
monsters

Mapping IM commands to magick wand

Post by monsters »

Hi there, this works dandy in ImageMagick CLI

convert red-eye.jpg -region 24x14+72+115 -channel red -modulate 100,70 output.jpg


I can't for the life of me figure out how to duplicate this in MagickWand

Any help appreciated.
Post Reply