Search found 1 match

by Empire
2013-09-02T19:58:58-07:00
Forum: Users
Topic: Problems appending output filenames
Replies: 5
Views: 9721

Re: Problems appending output filenames

In windows, to save every png image with it's own filename appended with '_red' convert ( *.png -alpha extract ) -background red -alpha shape ^ -set filename:f %t_red.%e +adjoin %[filename:f] More specifically, this changes the images' color to red. Seems like it sets the entire filename to a ...