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.
I use Python's Wand interface. I'm trying to get an equivalent of the composite distort method as it's described here http://www.imagemagick.org/Usage/mappin ... se_distort .
The original convert program takes 3 images on input
but the related Image.composite() function is able to process only two images at once. I tried to use double composite() call, but results weren't correct.
Is there a way to call compose distort from the Python code?
You can combine the two displacement images as red and green and any blue image (typically all black) into one image. Then use that for your Wand two image displacement. See the note at the bottom of this section --- https://imagemagick.org/Usage/mapping/#displace_2d