Page 1 of 1

Re: Using the "-ping" option with COM

Posted: 2009-05-22T13:39:25-07:00
by el_supremo
I haven't used the COM object but I think this is how to add -ping to your command:

Code: Select all

dimensions = Split(imageMagick.Identify("-ping", "-format", "%w,%h", fsFilePath), ",")
Pete