Search found 4 matches
- 2014-05-20T05:19:40-07:00
- Forum: Users
- Topic: Return metrics using VBA
- Replies: 8
- Views: 7143
Re: Return metrics using VBA
Thanks for all the advice! I had trouble with snigbo's example, as it got stuck on the second line and came up with the error message "424 object required". Couldn't get round that one, so I actually wound up running it as follows: Public Sub Test() Shell ("cmd /c >C:...test.txt ""C:\Program Files ...
- 2014-05-15T11:59:42-07:00
- Forum: Users
- Topic: Return metrics using VBA
- Replies: 8
- Views: 7143
Re: Return metrics using VBA
Thanks for all the responses all. Frustratingly tried them all, and still having no luck with this, so may look into another way of completing the image comparison process - have a feeling it may not be possible through VBA!
- 2014-05-11T13:54:32-07:00
- Forum: Users
- Topic: Return metrics using VBA
- Replies: 8
- Views: 7143
Re: Return metrics using VBA
Thanks so much for the swift response. Unfortunately I'm on Windows, so not sure how gaining the standard error value is done there!
- 2014-05-11T10:04:14-07:00
- Forum: Users
- Topic: Return metrics using VBA
- Replies: 8
- Views: 7143
Return metrics using VBA
Hi there, I'm trying to find out a way of returning image metrics from the compare function, using VBA. This works in command line, but I'm unsure as to the syntax in VBA. My current code is as follows: Set MGImg = CreateObject("ImageMagickObject.MagickImage.1") Image1 = "C:\....png" Image2 = "C ...