Using the "-ping" option with COM

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: Using the "-ping" option with COM

Post 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
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Post Reply