Thanks. I will try as you suggest.
Jodel
Search found 3 matches
- 2013-02-13T13:35:18-07:00
- Forum: Users
- Topic: multiple input and output files
- Replies: 4
- Views: 6346
- 2013-02-13T12:45:14-07:00
- Forum: Users
- Topic: multiple input and output files
- Replies: 4
- Views: 6346
Re: multiple input and output files
Thanks for your reply. The command I am using does exactly what I need, on a file by file basis so I would like to stick with it. What I am after is a means of getting that command structure to take say 4 input files and produce 4 output files. I suppose I could always try a bash script to loop ...
- 2013-02-13T07:37:18-07:00
- Forum: Users
- Topic: multiple input and output files
- Replies: 4
- Views: 6346
multiple input and output files
This is my first post so apologies if the question is basic. I wish to take 4 or 5 files make a change to them and output the 4 or 5 again. I have it working doing it one by one but I would like to automate it with one command. The individual command is convert -size 1024x768 xc:black -page +0+0 ...