Search found 4 matches
- 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.
- 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
Ok. Sorry if I placed it in a wrong place.fmw42 wrote:I have moved this from the Consulting forum. That forum is for paid consulting.
- 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
Well I already tried both of them & could not get anything except empty string... Could you provide a piece of working code?snibgo wrote:"compare" sends output to stderr, not stdout.
"%[distortion]" is for "compare". This goes to stdout.
- 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 ...