CoronaImageBatch is a script for batch image processing. It can be used to process multiple images at once using custom .conf files, which can be saved using the GUI version of CIE, or edited manually. Help file and an example CXR file are included in the below ZIP archive. Example use: save 100 frames of an animation in .cxr format, perform specific post-processing operations and denoising on all of them, and output all of them in .png format.
Note: you can run the CoronaImageCmd.exe application with additional command line parameters:
New in Corona 11:
Starting from Corona 11, the Corona Image Editor Command-Line Interface (CIE CLI) now includes a "--batch" parameter for optimized and faster processing of multiple files. This feature allows you to process multiple input files independently, making the batch editing significantly quicker.
In this command, "[arguments]" are optional settings you might want to apply to all images in the batch. For example, to enable bloom and glare for all images, your command might look like:
While using"--batch", every provided input image must be followed by its corresponding output file name.
The --batch parameter is not compatible with <weight> argument, as weights are used when multiple input files are being processed together to generate a single output file.
We have also added the "--batch"parameter in the updated "CoronaImageBatchUpdated.bat" script, which allows for faster processing of multiple files.
UI Text Box
type
info
CoronaImageCmd.exe --list-examples
This will print a list of various use cases of batch editing and short explanations of how to make them work.