{
  "name": "clear_frostpress",
  "steps": [
    {
      "op": "colorCorrection"
    },
    {
      "op": "autoRefine",
      "clipLimit": 2.5,
      "tileX": 8,
      "tileY": 8
    },
    {
      "op": "unsharpMask",
      "strength": 1,
      "radius": 4,
      "amount": 1,
      "threshold": 0.04
    },
    {
      "op": "monochrome",
      "preserveHighlights": 0.55,
      "midtoneLift": 0.14,
      "filmContrast": 0.15
    },
    {
      "op": "boxBlur",
      "radius": 1
    },
    {
      "op": "dehaze",
      "strength": 1,
      "amount": 0.2,
      "radius": 2,
      "air": 1,
      "tmin": 0.12
    },
    {
      "op": "highlightsShadows",
      "strength": 1,
      "shadows": 0.2,
      "highlights": -0.18
    },
    {
      "op": "levels",
      "inputMin": 5,
      "inputMax": 240,
      "outputMin": 0,
      "outputMax": 255
    },
    {
      "op": "invert"
    },
    {
      "op": "mirror",
      "axis": "x"
    }
  ]
}