Failed again.
I am writing in VBA, do i have to change the way in writing the command line? (declare IM etc.)
Search found 4 matches
- 2012-10-05T05:44:56-07:00
- Forum: Users
- Topic: Compare Images in VBA
- Replies: 7
- Views: 8998
- 2012-10-03T04:18:46-07:00
- Forum: Users
- Topic: Compare Images in VBA
- Replies: 7
- Views: 8998
Re: Compare Images in VBA
rmse is highlighted and an error shows up which reads "Complie Error, Expected: End of Statement"fmw42 wrote:try just
compare -metric rmse image1 image2 null:
if the two images are the same size.
- 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 ...
- 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.
I want to compare 2 images and display the difference in VBA.
How do i write the code?
Thank you.