Search found 3 matches

by cativo
2012-11-22T11:00:20-07:00
Forum: Users
Topic: Combining two differnt size images into one of the same size
Replies: 1
Views: 2165

Combining two differnt size images into one of the same size

What's the best and quickest way to take one image, stretch it vertically to match the vertical dimension of another image, then join them together into one image with no boarders?

For example:

Image
by cativo
2012-11-21T15:15:54-07:00
Forum: Users
Topic: VBS: How to use Parenthesis to isolate affects of operators
Replies: 2
Views: 3363

Re: VBS: How to use Parenthesis to isolate affects of operat

Thanks, but I don't think that fixed the problem. I beleive it is crucial to have the spaces for DOS scripting, not sure about VBS. I actually found my problem. The parenthesis were located in the wrong positions, so the operators were being isolated incorreclty, yielding a different result. Just ...
by cativo
2012-11-21T11:18:20-07:00
Forum: Users
Topic: VBS: How to use Parenthesis to isolate affects of operators
Replies: 2
Views: 3363

VBS: How to use Parenthesis to isolate affects of operators

Using parenthesis, \(Image1.jpg image2.jpg -operator1 -operator2\) to isolate the affect of operators to just specific image lists is explained here http://www.imagemagick.org/Usage/basics/#parenthesis . The parenthesis are escaped by "\' for unix, but for DOS it is not required. How do you do this ...