Search found 4 matches

by lkawcab
2015-01-27T16:35:54-07:00
Forum: Users
Topic: compareing 2 images with different dimension
Replies: 8
Views: 10474

Re: compareing 2 images with different dimension

Thank you! It works like a charm!

For clarification, will this work when both images have the same size?
by lkawcab
2015-01-27T16:02:22-07:00
Forum: Users
Topic: compareing 2 images with different dimension
Replies: 8
Views: 10474

Re: compareing 2 images with different dimension

I ran the command compare -metric rmse -subimage-search image2.png image1.png cmp2.png cmp1.png (because image2 is bigger for my case.) I got the results below: compare.im6: unable to open image `cmp2.png': No such file or directory @ error/blob.c/OpenBlob/2638. compare.im6: unable to open file ...
by lkawcab
2015-01-27T15:34:06-07:00
Forum: Users
Topic: compareing 2 images with different dimension
Replies: 8
Views: 10474

Re: compareing 2 images with different dimension

Here 2 sample images i have
https://www.dropbox.com/s/j8nxfzoty47ll ... 1.png?dl=0
https://www.dropbox.com/s/3dv3ny1tnb72d ... 2.png?dl=0

What is the proper syntax to use -subimage-search?

I am on a linux mint machine.
ImageMagick version is 6.7.7

Cheers,
Law
by lkawcab
2015-01-26T16:37:48-07:00
Forum: Users
Topic: compareing 2 images with different dimension
Replies: 8
Views: 10474

compareing 2 images with different dimension

Good Day, I have a script that takes screen cap of some of our pages. Then it compares the screen cap from a previous capture. Here is the command I am ussing compare image1.png image2.png -compose src result.png Now I am getting a message : compare.im6: image widths or heights differ Is there a way ...