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")
Which file is required to execute imagemagick from VB script
Re: Which file is required to execute imagemagick from VB sc
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.
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