Search found 6 matches
- 2011-08-20T21:02:43-07:00
- Forum: Users
- Topic: Newb: IM and Excel VBA
- Replies: 8
- Views: 27180
Re: Newb: IM and Excel VBA
Looks like this method is working! It is producing images as desired, although my algorithms still need a lot of work. Thanks for your help!
- 2011-08-20T05:52:16-07:00
- Forum: Users
- Topic: Newb: IM and Excel VBA
- Replies: 8
- Views: 27180
Re: Newb: IM and Excel VBA
I would like to try to access the COM+ object from Excel VBA, too, but I cannot figure out how to install the COM+ object. http://www.imagemagick.org/www/ImageMagickObject.html claims it to be part of the Window installation, but I can't see that. When installing the binary releases (either ...
- 2011-08-19T11:27:19-07:00
- Forum: Users
- Topic: Newb: IM and Excel VBA
- Replies: 8
- Views: 27180
Re: Newb: IM and Excel VBA
Ran this command from instructions that came with ImageMagick: convert -size 320x85 canvas:none -font Bookman-DemiItalic -pointsize 72 \ -draw "text 25,60 'Magick'" -channel RGBA -blur 0x6 -fill darkred -stroke magenta \ -draw "text 20,55 'Magick'" fuzzy-magick.png Only thing I changed was the font ...
- 2011-08-19T09:42:14-07:00
- Forum: Users
- Topic: Newb: IM and Excel VBA
- Replies: 8
- Views: 27180
Re: Newb: IM and Excel VBA
I ran the size command from the dos command line, and it processed with no errors, although it did not resize the image, it did create the output png file. I will dig a bit further into why it didn't resize, if it's user error or program.
- 2011-08-19T09:23:31-07:00
- Forum: Users
- Topic: Newb: IM and Excel VBA
- Replies: 8
- Views: 27180
Re: Newb: IM and Excel VBA
I have checked, and I have the most recent DirectX. The ImageMagick Display program opens when I run it from the Start Menu, although I have not tried to use it through the command line yet.
- 2011-08-18T18:57:07-07:00
- Forum: Users
- Topic: Newb: IM and Excel VBA
- Replies: 8
- Views: 27180
Newb: IM and Excel VBA
First off, I am a complete and utter newb to ImageMagick. Thus, the chance that this is a stupid question is pretty high. :) I have searched this forum and the web for VBA and ImageMagick, but haven't found anything directly helpful yet. I am trying to use an Excel VBA macro to create an image from ...