
### `imagefilter`

A Rust-only example that shows how to use the Rust image crate to do image manipulations
and feed the result into Slint.

| `.slint` Design |  Rust Source | TypeScript Source | Online wasm Preview |
| --- | --- | --- | --- |
| [`main.slint`](./ui/main.slint) | [`main.rs`](./rust/main.rs) | [`main.ts`](./node/main.ts)  | [Online simulation](https://slint.dev/snapshots/master/demos/imagefilter/) |

![Screenshot of the imagefilter example](https://slint.dev/resources/imagefilter_screenshot.png "Image Filter")
