Thank you so much! I haven't quite figured out what that code does, but I've been able to put it in my .bat files, adjusted a few things, and it's working just as I wanted it to now!
This is great! :D
Err, scratch that. It's
almost working perfectly. Then I get to "Bird House.tif" and it does the bad '*** do I do with whitespace!?' thing again. At least this time it's a little further in the function call, and there's only two spots I'm going to have to change things further, it looks like.
So, here's the first place where it errors:
And there's another line that I'm pretty sure will do the same thing:
convert img_inside.png img_edging.png -background none -flatten %file%.png
How do I fix this?