Search found 5 matches
- 2016-02-20T13:26:18-07:00
- Forum: Users
- Topic: input/output filenames and paths
- Replies: 5
- Views: 6581
Re: input/output filenames and paths
I am not sure what happened when I pasted the lines into the post - the ???? were 'g o l d'. Not sure why you cannot say that word here.... But it is working now - double quotes ("), instead of single: montage -label "Bottom SC" "C:\TIApic\1btmSC\*.jpg" -geometry +0+0 -pointsize 200 -background Gold ...
- 2016-02-20T13:18:59-07:00
- Forum: Bugs
- Topic: [RESOLVED] percentage border
- Replies: 4
- Views: 3945
- 2016-02-20T10:49:39-07:00
- Forum: Bugs
- Topic: [RESOLVED] percentage border
- Replies: 4
- Views: 3945
Re: percentage border
thanks - i found the solution in there - I had to double up on the % sign.
Do you recommend that I delete the post, since it really is NOT a bug?
Do you recommend that I delete the post, since it really is NOT a bug?
- 2016-02-20T09:32:56-07:00
- Forum: Bugs
- Topic: [RESOLVED] percentage border
- Replies: 4
- Views: 3945
[RESOLVED] percentage border
As far as I understand, the command mogrify -bordercolor Red -border 60%x60% *.jpg should create a border of 60% (the number is so high because it really doesn't use 60%) around an image - images of different size should have a border that should appear to be the same width. However, this is not the ...
- 2016-02-20T09:08:56-07:00
- Forum: Users
- Topic: input/output filenames and paths
- Replies: 5
- Views: 6581
input/output filenames and paths
Very new to this and trying to figure out how to handle folders/directories on windows. If I have this batch file in the same directory as the image, it works great: montage -label "Bottom SC" *.jpg -geometry +0+0 -pointsize 200 -background Gold 1btmSC.jpg However, I need to get it to where the ...