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?
Trying to set compose:args through MagickWand API
Trying to set compose:args through MagickWand API
Mikko Koppanen
My blog: http://valokuva.org
My blog: http://valokuva.org
Re: Trying to set compose:args through MagickWand API
We need to add MagickSetImageArtifact() to the MagickWand API. Look for it in ImageMagick 6.5.7-0 Beta available by sometime tomorrow. Image artifacts are like properties except they are not exported.
Re: Trying to set compose:args through MagickWand API
Noticed that this change has made it's way in. Thank you!
Mikko Koppanen
My blog: http://valokuva.org
My blog: http://valokuva.org