Split image with output to two different folders
Split image with output to two different folders
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.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Split image with output to two different folders
You just want to move files? Do that with a shell script.
snibgo's IM pages: im.snibgo.com
Re: Split image with output to two different folders
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.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Split image with output to two different folders
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.
snibgo's IM pages: im.snibgo.com