Code: Select all
0 (0) @ 39,37How do I have to proceed from here in order to paste a new image (say new_image.png for example) onto that coordinate ?
Code: Select all
0 (0) @ 39,37Code: Select all
set SRC="22 HP+200.png"
set REP="newImage.png"
"%IMG%convert" ^
%SRC% ^
( %REP% -geometry +39+37 ) ^
-composite ^
x.pngCode: Select all
"%IMG%compare" -metric RMSE %SRC% %SUB% -dissimilarity-threshold 1 -subimage-search found.png 2>y.txt
with those: 
Code: Select all
2010.26 (0.0306746) @ 59,19

snibgo wrote:Then repeat until the number in brackets is no longer (0).
Code: Select all
59,19Code: Select all
2010.26 (0.0306746) @ 59,19



Users browsing this forum: Amazon [Bot], Bing [Bot] and 10 guests