Search found 2 matches

by website.reader3
2013-05-29T17:21:15-07:00
Forum: Users
Topic: compare -metric rsme -subimage search oddity
Replies: 2
Views: 2915

Re: compare -metric rsme -subimage search oddity

Thanks for your reply, I actually figured out how to grab the C-0.bmp and convert it to gray54 since that was the actual output from the compare command, and then overlay the C-1.bmp on top of the gray background using the -gravity center command, as you demonstrated. It might be worthwhile to add ...
by website.reader3
2013-05-29T15:57:17-07:00
Forum: Users
Topic: compare -metric rsme -subimage search oddity
Replies: 2
Views: 2915

compare -metric rsme -subimage search oddity

Can someone explain why the following occurs? compare -metric rmse -subimage-search A.bmp B.bmp C.bmp Where A.bmp is 175x335 pixels (114 dpi) and B.bmp is 16x16 pixels (114dpi) We expect 2 output files, and find: C-0.bmp (size 175x335) C-1.bmp (size 160x320) ?? I would have expected C-1.bmp to be ...