Skip to content

Commit

Permalink
chore: add screenshots (#37)
Browse files Browse the repository at this point in the history
* chore: add screenshots

* update changelog

* Update README.md
  • Loading branch information
amrbashir authored May 23, 2022
1 parent 5e7019f commit 92ef268
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changes/apply_acrylic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"window-vibrancy": "patch"
---

Fix `apply_acrylic` effect.
Fix `apply_acrylic` effect on Windows 11.
5 changes: 5 additions & 0 deletions .changes/screenshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"window-vibrancy": "patch"
---

Add screenshots
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,20 @@ apply_blur(&window, Some((18, 18, 18, 125))).expect("Unsupported platform! 'appl
```

## Available functions

| Function | Supported platforms | Notes |
| :--- | :---: | :--- |
| `apply_blur`&`clear_blur` | Windows 7/10/11 | |
| `apply_acrylic`&`clear_acrylic` | Windows 10/11 | has bad performance when resizing/dragging the window on Windows 10 v1903+ and Windows 11 build 22000. |
| `apply_mica`&`clear_mica` | Windows 11 | |
| `apply_vibrancy` | macOS 10.10 and newer | |

## Screenshots

<p align="center">

| apply_blur | apply_acrylic | apply_mica | apply_vibrancy |
| :---: | :---: | :---: | :---: |
| ![apply_blur screenshot](./screenshots/apply_blur.png) | ![apply_blur screenshot](./screenshots/apply_acrylic.png) | ![apply_mica screenshot](./screenshots/apply_mica.png) | ![apply_vibrancy screenshot](./screenshots/apply_vibrancy.png) |

</p>
Binary file added screenshots/apply_acrylic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/apply_blur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/apply_mica.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92ef268

Please sign in to comment.