{
  "name": "crisp_acrylcast",
  "steps": [
    {
      "op": "colorCorrection"
    },
    {
      "op": "autoRefine",
      "clipLimit": 3,
      "tileX": 9,
      "tileY": 9
    },
    {
      "op": "unsharpMask",
      "strength": 1,
      "radius": 3.5,
      "amount": 1.3,
      "threshold": 0.03
    },
    {
      "op": "monochrome",
      "preserveHighlights": 0.5,
      "midtoneLift": 0.12,
      "filmContrast": 0.16
    },
    {
      "op": "dehaze",
      "strength": 1,
      "amount": 0.25,
      "radius": 2,
      "air": 1,
      "tmin": 0.12
    },
    {
      "op": "highlightsShadows",
      "strength": 1,
      "shadows": 0.2,
      "highlights": -0.15
    },
    {
      "op": "boxBlur",
      "radius": 1
    },
    {
      "op": "highPass",
      "blend": 1,
      "radius": 2,
      "amount": 1.5,
      "mode": 1
    },
    {
      "op": "levels",
      "inputMin": 8,
      "inputMax": 232,
      "outputMin": 0,
      "outputMax": 255
    },
    {
      "op": "invert"
    },
    {
      "op": "mirror",
      "axis": "x"
    }
  ]
}