ImageMagickObject.dll with Autoit

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
RadGH

ImageMagickObject.dll with Autoit

Post by RadGH »

I'm trying to get the features to resize and change the quality of a jpg in Autoit. Built in, autoit can do this using the GDI+ functions - but it is very complicated and slow.

I found the imagemagickobject.dll here, but the script provided does not work UNLESS you have imagemagick installed.

What needs to be done to package imagemagick for just these two features? I assume I need more than just the DLL, and there is almost no documentation on how you would accomplish this.

Help would be very appreciated.
darbid

Re: ImageMagickObject.dll with Autoit

Post by darbid »

When I was researching this topic I found a couple of autoit references in google searches - eg

viewtopic.php?f=8&t=9930
http://www.autoitscript.com/forum/index ... opic=49065

Otherwise have a look at the post under yours viewtopic.php?f=8&t=15609 I was not using it for autoit but if you want to use the COM dll this is relevant. Maybe you could just get autoit to feed commands to CMD.

I do/did not know what I was doing but it seems I got it working.
Post Reply