14 lines
203 B
Markdown
14 lines
203 B
Markdown
# Screenshots
|
|
|
|
You can find PWA and Web screenshots in their respective folders.
|
|
|
|
## Process Images
|
|
|
|
```bash
|
|
# Resize
|
|
sips -Z 1500 *.png
|
|
|
|
# Crop Top & Bottom
|
|
sips --cropOffset 85 1 -c 1385 688 *.png
|
|
```
|