Description
The ConvertCZMILCameraImages process generates JPEG/TIFF images from CZMIL IIQ files.
Inputs
A Raw CZMIL Camera files (*.IIQ) folder.
Command Line Syntax
carisbatch --run ConvertCZMILCameraImages [options] <input> <output>
User Interface Command
Convert Camera Images
Options
The following table describes the parameters available for this process.
Parameter |
| |||
|---|---|---|---|---|
Long | Short | Description | Can Repeat | Notes
|
OutputFolder | The folder where all processed images in the specified format are stored. | FALSE | ||
OutputFormat | If set, the format used to convert the IIQ image into: • JPEG • TIF • JPEG2000 • PNG Default value is JPEG. | FALSE | ||
JPEGQuality | If set, changes the JPEG's compression quality. It can range from 0 to 100, where 0 is no compression and worst quality, and 100 is maximum compression and best quality. Default value is 100. | FALSE | ||
resolution | If set, the resolution of the converted image. Default value is 300. | FALSE | ||
--resolution-unit | If set, the units of the resolution of the converted image. Can be either Dots Per Inch or Dots Per Centimetre: • DPI • DPCM Default value is DPI. | FALSE | ||
--bits | If set, the number of bits of the converted image. Can be either: • 8 • 16 Default value is 8. | FALSE | ||
--rotation | If set, the angle to rotate the original IIQ image in the converted image. Range of angles from 0.0 to 360.0. Default value is 0.0. | FALSE | ||
--brightness | If set, changes the brightness of the original IIQ image in the converted image. Range of angles from -50.0 to 50.0. Default value is 0.0. | FALSE | ||
--contrast | If set, changes the contrast of the original IIQ image in the converted image. Range of angles from -50.0 to 50.0. Default value is 0.0. | FALSE | ||
--saturation | If set, changes the saturation of the original IIQ image to enhance colour tones in the converted image. Range of angles from -100.0 to 100.0. Default value is 0.0. | FALSE | ||
--level-highlight | If set, changes the level highlight of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 1.0. | FALSE | ||
--level-shadow | If set, changes the level shadow of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--target-highlight | If set, changes the target highlight of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 1.0. | FALSE | ||
--target-shadow | If set, changes the target shadow of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--highlight-recovery | If set, changes the highlight recovery of the original IIQ image in the converted image. Range of angles from 0.0 to 100.0. Default value is 0.0. | FALSE | ||
--shadow-recovery | If set, changes the shadow recovery of the original IIQ image in the converted image. Range of angles from 0.0 to 100.0. Default value is 0.0. | FALSE | ||
--clarity | If set, changes the clarity of the original IIQ image in the converted image. Range of angles from 0.0 to 100.0. Default value is 0.0. | FALSE | ||
--enable-open-cl | If set, allows usage of OpenCL pipeline if possible. The graphic card hardware of the computer is used to accelerate the process. | FALSE | ||
--output-profile | The file name of the Colour Profile to be used. To use Adobe RGB profile, write "Adobe98". To embed the camera profile, write "embed". | FALSE | ||
--tif-compression | If set, the format of the compression used in the converted TIFF image: • NONE • LZW • DEFLATE Default value is NONE. | FALSE | ||
--lcc-skip-dust-removal | If set, dust removal is skipped when creating LLCs, as this is a slow process. | FALSE | ||
--lcc-technical-camera | If set, analysis for technical wide angles is included when creating LLCs. | FALSE | ||
--input-profile | If set, applies a camera specific profile file. | FALSE | ||
--file-curve | If set, applies a camera specific curve file. | FALSE | ||
--scale | If set, scales the values of the original IIQ image in the converted image. Range of angles from 0.1 to 2.5. Default value is 1.0. | FALSE | ||
--orientation | If set, changes the orientation of the original IIQ image in the converted image. Range in steps of 90. Default value is 0. | FALSE | ||
--kelvin | If set, changes the kelvin value of the original IIQ image in the converted image. Range of angles from 800.0 to 14000.0. Default value is as shot. | FALSE | ||
--tint | If set, changes the tint value of the original IIQ image in the converted image. Range of angles from -50.0 to 50.0. Default value is as shot. | FALSE | ||
--exposure | If set, changes the exposure value of the original IIQ image in the converted image. Range of angles from -2.5 to 2.5. Default value is 0.0. | FALSE | ||
--level-highlight-r | If set, changes the level highlight red of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 1.0. | FALSE | ||
--level-highlight-g | If set, changes the level highlight green of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 1.0. | FALSE | ||
--level-highlight-b | If set, changes the level highlight blue of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 1.0. | FALSE | ||
--level-shadow-r | If set, changes the level shadow red of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--level-shadow-g | If set, changes the level shadow green of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--level-shadow-b | If set, changes the level shadow blue of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--midtone-r | If set, changes the midtone red of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--midtone-g | If set, changes the midtone green of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--midtone-b | If set, changes the midtone blue of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
--midtone | If set, changes the midtone of the original IIQ image in the converted image. Range of angles from 0.0 to 1.0. Default value is 0.0. | FALSE | ||
Example
To use this command refer to the following example.
Example | ||
|---|---|---|
Objective | You want to convert a set of raw image files to TIF format. | |
Description | Command Line Syntax | |
The camera images will be converted to TIF format. | --output-format TIF | |
The images will be converted using a resolution of 500 DPI. | --resolution 500 | |
The images to be converted are located in the RawImages directory in D:\SampleData. |
| |
The converted images will be saved in the CZMILProcessed directory in the same location. |
| |
Command Line |
| |
Outcome | TIF files are created in the specified location for each of the raw images found in the input location. | |
Extra Notes | N/A | |