--- template: "example.html" title: "Image Filter Example" shortdesc: "Apply a filter to imagery" docs: >

Layer rendering can be manipulated in precompose and postcompose event listeners. These listeners get an event with a reference to the Canvas rendering context. In this example, the postcompose listener applies a filter to the image data.

tags: "filter, image manipulation" ---