There was some info on using the Imagemagick's com object here: http://tech.groups.yahoo.com/group/power-pro/message/32439
If you have the com plugin and imagemagick you can do this:
local img = com.create_object("ImageMagickObject.MagickImage.1")
img.convert(jpgfile, bmpfile)
Regards,
Sheri
