Search found 1 match

by JPH
2013-07-29T00:13:50-07:00
Forum: Windows COM+ & Visual Basic
Topic: .Compare Image Comparison - Parameters Issue
Replies: 0
Views: 20651

.Compare Image Comparison - Parameters Issue

A bit of background - I am trying to automate image comparison using a program called AutoIt.

I have the following code:

Func _Compare_Image($fileOne, $fileTwo, $result)
local $o_object;
local $rc;

$o_object = ObjCreate("ImageMagickObject.MagickImage.1")
If Not IsObj($o_object) Then
Return 0 ...