{
  "name": "traced_clearcast",
  "steps": [
    {
      "op": "grayscale"
    },
    {
      "op": "unsharpMask",
      "strength": 1,
      "radius": 10,
      "amount": 3,
      "threshold": 0
    },
    {
      "op": "highlightsShadows",
      "strength": 1,
      "shadows": -0.25,
      "highlights": -0.02
    },
    {
      "op": "clarity",
      "mode": 0,
      "strength": 1,
      "amount": 1,
      "radius": 12,
      "protect": 0.03
    },
    {
      "op": "autoContrast",
      "strength": 1,
      "clip": 3,
      "inMin": 4,
      "inMax": 254
    },
    {
      "op": "sketch",
      "blurRadius": 15,
      "darkness": 2,
      "detail": 0,
      "contrast": 1.25
    },
    {
      "op": "invert",
      "action": "",
      "$button": null
    },
    {
      "op": "mirror",
      "axis": "x"
    }
  ]
}