Thanks! That was a combination I hadn't tried yet. Unfortunately it did not work either.
Here's my whole program...most of which I found in the archives...
Sub Main()
Dim objImage As New ImageMagickObject.MagickImage()
Dim fnm(1) As Object
Dim retval As Object
Dim original As String = "C ...
Search found 2 matches
- 2011-02-21T14:49:10-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Convert CLI arguments to IMObject
- Replies: 7
- Views: 35606
- 2011-02-21T10:51:37-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Convert CLI arguments to IMObject
- Replies: 7
- Views: 35606
Convert CLI arguments to IMObject
I have a simple VB program that I can make work for simple image conversions and -draw line commands. I really need to use a more complicated list of arguments but I can not get it to work. I'm not sure how to parse it out correctly to make it work with IMobject. This is the command line I need to ...