Table of contents

Need better scanning performance?

Get a FREE customized reading template.

ConvertToGrayscaleStage

ConvertToGrayscaleStage converts a colour image to a grayscale image. In JSON, it is represented as a Stage object with "Stage": "SST_CONVERT_TO_GRAYSCALE".

JSON Structure

Location in template:

ImageParameterOptions[i]
    └── ApplicableStages[j] (Stage object where Stage = "SST_CONVERT_TO_GRAYSCALE")

Parent object: ApplicableStages within ImageParameter

Example:

{
    "Stage": "SST_CONVERT_TO_GRAYSCALE",
    "ColourConversionModes": [
        {
            "Mode": "CICM_GENERAL"
        }
    ]
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_CONVERT_TO_GRAYSCALE.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_CONVERT_TO_GRAYSCALE"

ColourConversionModes

Defines how to convert a colour image to a grayscale image. See ColourConversionModes for details.

This page is compatible for: