Re: Using the "-ping" option with COM
Posted: 2009-05-22T13:39:25-07:00
I haven't used the COM object but I think this is how to add -ping to your command:
Pete
Code: Select all
dimensions = Split(imageMagick.Identify("-ping", "-format", "%w,%h", fsFilePath), ",")