{
  "name": "bold_steelforge",
  "steps": [
    {
      "op": "colorCorrection"
    },
    {
      "op": "autoRefine",
      "clipLimit": 3.5,
      "tileX": 10,
      "tileY": 10
    },
    {
      "op": "unsharpMask",
      "strength": 1,
      "radius": 3,
      "amount": 1.2,
      "threshold": 0.03
    },
    {
      "op": "monochrome",
      "preserveHighlights": 0.45,
      "midtoneLift": 0.12,
      "filmContrast": 0.18
    },
    {
      "op": "dehaze",
      "strength": 1,
      "amount": 0.3,
      "radius": 2.5,
      "air": 1,
      "tmin": 0.12
    },
    {
      "op": "highlightsShadows",
      "strength": 1,
      "shadows": 0.15,
      "highlights": -0.2
    },
    {
      "op": "highPass",
      "blend": 1,
      "radius": 2.2,
      "amount": 1.6,
      "mode": 1
    },
    {
      "op": "levels",
      "inputMin": 8,
      "inputMax": 235,
      "outputMin": 0,
      "outputMax": 255
    }
  ]
}