Take a delayed screenshot as PNG instead of JPEG

PNGs look sexier, JPEG is less suitable for on-screen content. And HD space doesn't matter as much as it did some time ago.
This commit is contained in:
Hummer12007 2015-10-26 20:09:31 +02:00
parent b0760650db
commit 163893f504

View File

@ -1109,9 +1109,9 @@ sudo nvram boot-args=""
### Screenshots
#### Take Delayed Screenshot
Takes a screenshot as JPEG after 3 seconds and displays in Preview.
Takes a screenshot as PNG after 3 seconds and displays in Preview.
```bash
screencapture -T 3 -t jpg -P delayedpic.jpg
screencapture -T 3 -t png -P delayedpic.png
```
#### Save Screenshots to Given Location