Which file is required to execute imagemagick from VB script

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
manmanda
Posts: 17
Joined: 2014-04-16T13:34:38-07:00
Authentication code: 6789

Which file is required to execute imagemagick from VB script

Post by manmanda »

I just want to know to execute imagemagick command from vbscript which particular file or dll it is depend upon.

Set img = CreateObject("ImageMagickObject.MagickImage.1")
Werty
Posts: 66
Joined: 2010-08-06T05:37:36-07:00
Authentication code: 8675308

Re: Which file is required to execute imagemagick from VB sc

Post by Werty »

ImageMagickObject.dll registered with regsrv32.

When installing imagemagick there's an option to have it done automatically, just tick the checkbox and you are good to go.
Windows 7 user
Post Reply