diff options
author | Joris | 2024-06-15 09:31:10 +0200 |
---|---|---|
committer | Joris | 2024-06-15 09:31:10 +0200 |
commit | 1c4b5a7713dfcd028cb74f40e469da369be41a58 (patch) | |
tree | a9fb3dd666aa56bacf01bf94dd1d57f45aed6711 /README.md | |
parent | 9c8e4693f2655f3b5c151eae5f0cdbbdcac9899e (diff) |
Update projectsmain
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,3 +8,8 @@ Live [here](https://guyonvarch.me). cd public python -m http.server ``` + +## Captures + +- Take screenshots with Chrome developer tool for web views, with 1280×800 resolution. +- Convert screenchots to WEBP with imagemagick: `magick input.png output.webp`. |