Search found 21 matches

by RCinSTP
2014-08-18T10:06:54-07:00
Forum: Users
Topic: How do I set the default directory?
Replies: 8
Views: 6065

Re: How do I set the default directory?

I apologize, I must have made a small typo or something because now it is working fine. Thank you for your help and support.
by RCinSTP
2014-08-18T09:48:46-07:00
Forum: Users
Topic: How do I set the default directory?
Replies: 8
Views: 6065

Re: How do I set the default directory?

I used:
c:\data> montage one.jpg two.jpg three.jpg four.jpg -mode Concatenate -tile 2x2 combinedImage.jpg

Do I use a command similar to below to set the default directory?

C:\Program Files\ImageMagick-6.8.3-Q16\montage.exe -define registry:temporary-path="D:\Temp"
by RCinSTP
2014-08-18T08:53:37-07:00
Forum: Windows COM+ & Visual Basic
Topic: How do I use VB script?
Replies: 2
Views: 86341

How do I use VB script?

Can someone please help a newbie out and help me understand how to use VB script with ImageMagick. How do you run the script? Do you use VBA and run it from a VBA editor like the one in Microsoft Word? I would like to use the Montage / Tile command with many files and I would like to write a script ...
by RCinSTP
2014-08-18T08:39:41-07:00
Forum: Users
Topic: How do I set the default directory?
Replies: 8
Views: 6065

Re: How do I set the default directory?

I changed the command prompt so that it now reads: c:\data then I tried running c:\data montage one.jpg two.jpg etc., but the montage command could not find the files, it's not looking in c:\data
by RCinSTP
2014-08-18T08:24:47-07:00
Forum: Users
Topic: How do I set the default directory?
Replies: 8
Views: 6065

Re: How do I set the default directory?

I don't understand? If I am at the command prompt and it reads: c:\> and I type "cd \code" wouldn't that command try to change the directory to c:\code ?
by RCinSTP
2014-08-18T07:52:04-07:00
Forum: Users
Topic: How do I set the default directory?
Replies: 8
Views: 6065

How do I set the default directory?

I am using a command line like this: montage c:\data\one.jpg c:\data\two.jpg c:\data\three.jpg c:\data\four.jpg -mode Concatenate -tile 2x2 c:\data\combined.jpg I searched the documentation and this forum but I couldn't figure out how to set the default directory for input and/or output so that I wo...