Search found 6 matches

by saikrishna
2016-03-09T01:43:12-07:00
Forum: Users
Topic: Compare specific region in an image
Replies: 18
Views: 20577

Re: Compare specific region in an image

any help on this pls
by saikrishna
2016-03-03T01:09:26-07:00
Forum: Users
Topic: Compare specific region in an image
Replies: 18
Views: 20577

Re: Compare specific region in an image

i add another faint text in the image in other region and i ran the code above it still shows 0 difference ActivityScreenError1 http://postimg.org/image/r0a0kwv29/ convert \ \( ActivityScreenError1.png -size 1080x1925 xc:black -geometry +205+77 -compose over -composite \) \ \( ActivityScreenError ...
by saikrishna
2016-03-03T00:57:01-07:00
Forum: Users
Topic: Compare specific region in an image
Replies: 18
Views: 20577

Re: Compare specific region in an image

Regarding the date section please refer this image for example https://github.com/rajdeepv/nakal/blob/master/spec/resources/fuzz_current.png: Departs and Arrives will hold a time which will keep changing and will diff from baseline image. So i wanted to mentioned a region in co-ordinates and ignore ...
by saikrishna
2016-03-02T23:47:13-07:00
Forum: Users
Topic: Compare specific region in an image
Replies: 18
Views: 20577

Re: Compare specific region in an image

Thanks a lot :) this worked .. i'm on Mac OSX .. i would prefer to use a region to mask and then compare because my tests have the date section.

How do i specify the mask region ? Can you please help me on this..
by saikrishna
2016-03-02T22:49:37-07:00
Forum: Users
Topic: Compare specific region in an image
Replies: 18
Views: 20577

Re: Compare specific region in an image

First, in the future, please do not tack onto an old topic with a new problem. Second, please always provide your IM version and platform. I'm sorry about posting on old post, this was ma first post and will see to that next one will come with all required details .. Version: ImageMagick 6.9.3-0 ...
by saikrishna
2016-03-02T21:54:35-07:00
Forum: Users
Topic: Compare specific region in an image
Replies: 18
Views: 20577

Re: Compare specific region in an image

I did try the above code snippet but i still get a Difference when running the command, i have give the region X and Y which should be ignored while comparing convert ActivityScreenError.png ActivityScreen.png -crop 1080x1920+205+77 +repage miff:- | compare -metric PAE - null: Output::14906 (0 ...