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?
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 ...
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 ...