grayscale constant

String const grayscale

Implementation

static const String grayscale = '''
  {
      "GlobalParameter":{
          "Name":"GP"
      },
      "ImageParameterArray":[
          {
              "Name":"IP-1",
              "NormalizerParameterName":"NP-1",
              "BinarizationModes":[{"Mode":"BM_LOCAL_BLOCK", "ThresholdCompensation":9}],
              "ScaleDownThreshold":2300
          }
      ],
      "NormalizerParameterArray":[
          {
              "Name":"NP-1",
              "ColourMode": "ICM_GRAYSCALE"
          }
      ]
  }
  ''';