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 ...
Search found 1 match
- 2013-09-02T19:58:58-07:00
- Forum: Users
- Topic: Problems appending output filenames
- Replies: 5
- Views: 10166