Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  
Excerpt
hiddentrue

iCombine.exe combines several images into one average image


Description

iCombine.exe combines several images into one average 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.