Page 1 of 1

Which file is required to execute imagemagick from VB script

Posted: 2014-09-15T05:50:47-07:00
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")

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

Posted: 2014-09-16T11:43:20-07:00
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.