Search found 4 matches

by JasonT
2012-10-05T05:44:56-07:00
Forum: Users
Topic: Compare Images in VBA
Replies: 7
Views: 8998

Re: Compare Images in VBA

Failed again.

I am writing in VBA, do i have to change the way in writing the command line? (declare IM etc.)
by JasonT
2012-10-03T04:18:46-07:00
Forum: Users
Topic: Compare Images in VBA
Replies: 7
Views: 8998

Re: Compare Images in VBA

fmw42 wrote:try just

compare -metric rmse image1 image2 null:

if the two images are the same size.
rmse is highlighted and an error shows up which reads "Complie Error, Expected: End of Statement"
by JasonT
2012-10-02T05:54:28-07:00
Forum: Users
Topic: Compare Images in VBA
Replies: 7
Views: 8998

Re: Compare Images in VBA

I tried to input the command line " $ compare -compose src StudPath RefPath difference.png " but received a syntax error. I am trying to compare 2 images and the difference is saved as another image. Is this possible? I tried another way of writing, (RefPath/StudPath is the path of my image) Dim ...
by JasonT
2012-10-01T05:17:14-07:00
Forum: Users
Topic: Compare Images in VBA
Replies: 7
Views: 8998

Compare Images in VBA

Hi

I want to compare 2 images and display the difference in VBA.

How do i write the code?

Thank you.