compose src in qtp
Posted: 2013-02-07T05:45:29-07:00
hello,
I am using imagemagick command: " compare imgcopy.tif imgorig.tif -compose src -highlight-color blue imgdif.tif" in qtp like this:
" set img = CreateObject("ImageMagickObject.MagickImage.1")
img.Compare Path & img1.tif, path & img2.tif ,"-compose src -highlight-color blue & path & imgdif.tif"
and it doesn't works...
if i use : set img = CreateObject("ImageMagickObject.MagickImage.1")
img.Compare Path & img1.tif, path & img2.tif ,path & imgdif.tif without "-compose src -highlight-color" the command works just fine....
I am using imagemagick command: " compare imgcopy.tif imgorig.tif -compose src -highlight-color blue imgdif.tif" in qtp like this:
" set img = CreateObject("ImageMagickObject.MagickImage.1")
img.Compare Path & img1.tif, path & img2.tif ,"-compose src -highlight-color blue & path & imgdif.tif"
and it doesn't works...
if i use : set img = CreateObject("ImageMagickObject.MagickImage.1")
img.Compare Path & img1.tif, path & img2.tif ,path & imgdif.tif without "-compose src -highlight-color" the command works just fine....