Compare specific region in two images
Posted: 2014-04-17T04:04:26-07:00
Hello,
My question what is wrong with this command to compare specific region in both the images
convert pic1.bmp pic2.bmp -crop 40x30+10+10 +repage miff:- | compare pic1.bmp pic2.bmp compare.bmp
When i used above command crop didn't happen and compare.bmp is created which compared the whole image not specific resion.
One more question can i used composite command with convert command also?
My question what is wrong with this command to compare specific region in both the images
convert pic1.bmp pic2.bmp -crop 40x30+10+10 +repage miff:- | compare pic1.bmp pic2.bmp compare.bmp
When i used above command crop didn't happen and compare.bmp is created which compared the whole image not specific resion.
One more question can i used composite command with convert command also?