Search found 4 matches

by lansmnet
2015-10-13T05:58:20-07:00
Forum: Users
Topic: image compare
Replies: 1
Views: 869

image compare

Hi all, Can I use compare -metric AE... expect specified color? I have relatively big images with solid background color, and want to measure differences from just like 50px thin line (other colors mostly, gray shades) and it is very hard to adjust tolerances and -fuzz percentage. Thanks for your ...
by lansmnet
2015-10-11T12:09:03-07:00
Forum: Users
Topic: Special image comparison
Replies: 6
Views: 2188

Re: Special image comparison

Hi snibgo, thanks for your kind support. It's working but extreamly slowly. I am comparing images by 10pixel width columns. Should I use different image format instead of png? Here is my .bat file: @echo off setlocal enableextensions enabledelayedexpansion set /a "x = 0" set /a "error = 0" :while1 ...
by lansmnet
2015-10-11T08:09:31-07:00
Forum: Users
Topic: Special image comparison
Replies: 6
Views: 2188

Re: Special image comparison

Hi snibgo,
the "+" represents the origo point. This is not on the image originally. From that point I want to compare sectors. Is there any function in IM for comparing just a specified areas of two same size images?
by lansmnet
2015-10-11T07:17:02-07:00
Forum: Users
Topic: Special image comparison
Replies: 6
Views: 2188

Special image comparison

Hi all, I would like to compare and find differences (expect white color) of 2 images by sectors, by 5 degrees for example, and if it possible than change white color to red of the secton with marginal differencdes. Currently I'am experimenting with IM in windows CMD. I know this is pretty ...