A command line application to bach process image stitching using the marvellous Image Compose Editor (ICE).
- The project has to be compiled using Visual Studio 2017
- In ICEAutomation.bat replace "C:\Projects\ICEAutomation\ICEAutomation.exe" with your executable path. Then copy the batch file ICEAutomation.bat to c:\Windows or some folder in system Path so you can execute the application from any folder
- open a command line and move to the folder where your images are
- execute
- "ICEAutomation compose [file1] [file2] [file3...]" to stitch those files
- "ICEAutomation process" to process all *.JPG files in current folder in groups of 3
- "ICEAutomation process [num]" to process all *.JPG files in current folder in groups of [num]
- "ICEAutomation process [num] [ext]" to process all files with extension [ext] in current folder in groups of [num]
- "ICEAutomation process [num] [ext] [folder]" to process all files with extension [ext] in [folder] in groups of [num]
The "process" option could be replaced processAndSave to store each project file. For example
- "ICEAutomation processAndSave" to process all *.JPG files in current folder in groups of 3 saving each project file
The application uses button labels to automate ICE. Depending of your environment this names can change (for example "Save" button). You can configure the button labels in your ICE in app.config.
The processed files will be copied in the last folder used by ICE. So I recommend firt executing manually a stich to select the destination folder.