Search found 2 matches

by dreadpiratelynx
2012-04-22T13:50:50-07:00
Forum: Users
Topic: Problem using for loop to round edges
Replies: 4
Views: 11678

Re: Problem using for loop to round edges

seeing as the first -compose is just after the first ")", try escaping braces inside the command with ^) and ^( Edit: but don't start lines with "^(", use at least a space in front of ^ Thanks! Worked like a charm. Just curious as to the reason the escape characters weren't nece...
by dreadpiratelynx
2012-04-22T04:54:11-07:00
Forum: Users
Topic: Problem using for loop to round edges
Replies: 4
Views: 11678

Problem using for loop to round edges

Just found this awesome piece of software yesterday, but I've spent the better part of the last several hours trying to figure out how to make a batch file to round the corners on multiple files at once (well, sequentially, but whatever, you know what I mean). I pulled the code directly from here , ...