Page 1 of 1
Split image with output to two different folders
Posted: 2019-05-31T14:34:23-07:00
by mediamad
So I have a simple task to split a sequence of images in half and output each half to a sub folder named "left" & "right". Hoping someone can give me a suggestion to automate this.
Re: Split image with output to two different folders
Posted: 2019-05-31T14:46:22-07:00
by snibgo
You just want to move files? Do that with a shell script.
Re: Split image with output to two different folders
Posted: 2019-05-31T15:13:05-07:00
by mediamad
So you're saying move the files after they've been created? Was hoping there might be some way in IM to specify an output path for each half of the split.
Re: Split image with output to two different folders
Posted: 2019-05-31T15:48:26-07:00
by snibgo
Okay, you are using ImageMagick. You can prefix filenames with paths. I suggest you show the command, and say what version of IM you use, on what platform.