-compose blend is not working correctly as far as I can tell just now in IM 6.7.8.8, though it works fine in IM 6.7.8.7 and below
Input:

Test1 -- using mix of 100% should produce simply the blurred image.
IM 6.7.8.8
convert lena3.jpg \( +clone -blur 0x2 \) -define compose:args=100% -compose blend -composite lena3_im_100.jpg

IM 6.7.8.7
imt convert lena3.jpg \( +clone -blur 0x2 \) -define compose:args=100% -compose blend -composite lena3_imt_100.jpg

Test2 -- using mix of 0% should produce simply the input image.
IM 6.7.8.8
convert lena3.jpg \( +clone -blur 0x2 \) -define compose:args=0% -compose blend -composite lena3_im_0.jpg
IM 6.7.8.7
imt convert lena3.jpg \( +clone -blur 0x2 \) -define compose:args=0% -compose blend -composite lena3_imt_0.jpg
