Apply effects to the images

Markdown:

![Postprocessed image]({property_name.src})

Postprocessed image

YAML definition:

    
images:
  - name: property_name
    image: $lib/images/planet.webp
    width: 800
    options:
      - flip=true
      - grayscale

    

JSON of the property:

    
{
    "format": "webp",
    "width": 800,
    "height": 457,
    "space": "srgb",
    "channels": 3,
    "depth": "uchar",
    "isProgressive": false,
    "hasProfile": false,
    "hasAlpha": false,
    "flip": true,
    "grayscale": true,
    "aspect": 1.75,
    "allowUpscale": false,
    "src": "/_app/immutable/assets/planet.C5yPFYH6.webp"
}
    

In case you need some postprocessing you can provide various effects using options. See also: https://github.com/JonasKruckenberg/imagetools/blob/main/docs/directives.md#directives