Trying to set compose:args through MagickWand API
Posted: 2009-10-11T11:41:52-07:00
Hello,
I am trying to set compose:args for DisplaceCompositeOp through the MagickWand API. No luck this far with following combos:
MagickSetImageProperty(magick_wand, "compose:args"
MagickSetImageProperty(magick_wand, "option:compose:args"
MagickSetOption(magick_wand, "compose:args"
MagickSetOption(magick_wand, "option:compose:args"
Any idea?
I am trying to set compose:args for DisplaceCompositeOp through the MagickWand API. No luck this far with following combos:
MagickSetImageProperty(magick_wand, "compose:args"
MagickSetImageProperty(magick_wand, "option:compose:args"
MagickSetOption(magick_wand, "compose:args"
MagickSetOption(magick_wand, "option:compose:args"
Any idea?