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:
parent
b0760650db
commit
163893f504
@ -1109,9 +1109,9 @@ sudo nvram boot-args=""
|
|||||||
### Screenshots
|
### Screenshots
|
||||||
|
|
||||||
#### Take Delayed Screenshot
|
#### 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
|
```bash
|
||||||
screencapture -T 3 -t jpg -P delayedpic.jpg
|
screencapture -T 3 -t png -P delayedpic.png
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Save Screenshots to Given Location
|
#### Save Screenshots to Given Location
|
||||||
|
Loading…
Reference in New Issue
Block a user