slint/examples/imagefilter
dependabot[bot] 888fc275a6
build(deps): bump typescript from 5.2.2 to 5.7.2 (#6897)
NOTE: This updates typescript to 5.72 for all projects except api/node which cannot be updated
till typedoc is also updated.

* build(deps): bump typescript from 5.2.2 to 5.7.2

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.2.2 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nigel Breslaw <nigel.breslaw@slint.dev>
2024-11-25 19:32:07 +02:00
..
assets added image-filter example typescript port (#3907) 2023-11-13 15:42:37 +01:00
node build(deps): bump typescript from 5.2.2 to 5.7.2 (#6897) 2024-11-25 19:32:07 +02:00
rust Bump version number to 1.9.0 2024-09-25 11:49:15 +00:00
ui added image-filter example typescript port (#3907) 2023-11-13 15:42:37 +01:00
README.md examples: Fix links in READMEs 2024-09-14 14:44:41 +02:00

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 main.rs main.ts Online simulation

Screenshot of the imagefilter example