Table of contents

Need better scanning performance?

Get a FREE customized reading template.

EnhanceGrayscaleStage

EnhanceGrayscaleStage improves the quality of the grayscale image. In JSON, it is represented as a Stage object with "Stage": "SST_ENHANCE_GRAYSCALE".

JSON Structure

Location in template:

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

Parent object: ApplicableStages within ImageParameter

Example:

{
    "Stage": "SST_ENHANCE_GRAYSCALE",
    "GrayscaleEnhancementModes": [
        {
            "Mode": "GEM_GENERAL"
        }
    ]
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_ENHANCE_GRAYSCALE.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_ENHANCE_GRAYSCALE"

GrayscaleEnhancementModes

Defines how to enhance the grayscale image. See GrayscaleEnhancementModes for details.

This page is compatible for: