ImageMagickObject API Convert function

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

Re: ImageMagickObject API Convert function

Post by DannyGM »

Code: Select all

Dim oImage As New ImageMagickObject.MagickImageClass
Dim oArray(1) As Object

oArray(1) = "c:\test.jpg"

oImage.Convert("logo:","-background","blue","-resize","50X50","c:\test.jpg")
Hope that I helped you.

(Don't add spaces in any paramter!)
Post Reply