Search found 4 matches

by Pumbaa
2014-01-08T10:28:55-07:00
Forum: Users
Topic: ImageMagickObject - compare - how to get pics difference in
Replies: 7
Views: 2425

Re: ImageMagickObject - compare - how to get pics difference

I'd like to see code in any language, cause workable example for me will be a proof of right usage of ImageMagicObject & it's correct reaction.
by Pumbaa
2014-01-06T23:30:12-07:00
Forum: Users
Topic: ImageMagickObject - compare - how to get pics difference in
Replies: 7
Views: 2425

Re: ImageMagickObject - compare - how to get pics difference

fmw42 wrote:I have moved this from the Consulting forum. That forum is for paid consulting.
Ok. Sorry if I placed it in a wrong place.
by Pumbaa
2014-01-06T23:26:52-07:00
Forum: Users
Topic: ImageMagickObject - compare - how to get pics difference in
Replies: 7
Views: 2425

Re: ImageMagickObject - compare - how to get pics difference

snibgo wrote:"compare" sends output to stderr, not stdout.

"%[distortion]" is for "compare". This goes to stdout.
Well I already tried both of them & could not get anything except empty string... Could you provide a piece of working code?
by Pumbaa
2014-01-06T13:39:56-07:00
Forum: Users
Topic: ImageMagickObject - compare - how to get pics difference in
Replies: 7
Views: 2425

ImageMagickObject - compare - how to get pics difference in

Hi All. I'm trying to get pics difference in %. I tried to use ImageMagickObject.dll within AutoIt language. I can share code, but not sure it will be useful, so I'll just mention which function & parameters I use: Function - Compare Parameters: "-metric" = "MAE" 2 bmp images for comparison (640x480 ...