I'm trying to create a composition of an image with wand but I'm not able to find the right way to do so.
convert beijing_contrast.jpg beijing_blurmap.jpg \
-compose Blur -set option:compose:args 10 -composite \
beijing_model.jpg
Can anyone help me make this ImageMagick command with wand?