iCombine User Guide
Descriptions - icombine.exe
iCombine.exe combines several images into one average image.
Command line parameters
-input <filename>
Specify a filename or wildcard for input image(s). Any number of filenames and/or wildcards may be supplied. They must all have the same image dimensions.
-bayer
Indicates the input image is a Bayer pattern. (Default)
-rgb
Indicates the input image is RGB color.
-output <filename>
Filename of the output image.
-rawout <format>
Format of Bayer output image, if it's a raw format.
Where <format> can be one of:
- binary - Binary data, one byte per pixel if bpp=8, otherwise two bytes per pixel, low byte first.
- dec - Text file with decimal numbers.
- hex - Text file with hex numbers.
- itx - Text file with header and decimal numbers.
If not specified the format is implied from the file extension:
- .bmp - Windows BMP file.
- .csv - Text file with decimal numbers.
- .itx - ITX file.
- .raw - Binary.
- .tab - Text file with decimal numbers.
- .txt - Text file with decimal numbers.
The bits per pixel of the output file will be the same as the input image, except BMP is always 8 bits.
The "-input" and "-output" prefixing the filenames are optional. You can just list all the filenames on the command line. The last filename is taken to be the output file, all the rest are inputs.