Page 1 of 1

ImageMagickObject.dll with Autoit

Posted: 2010-02-24T02:21:14-07:00
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.

Re: ImageMagickObject.dll with Autoit

Posted: 2010-02-24T05:03:54-07:00
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.