File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ Taking a screenshot and annotating it with \fBImageMagick\fP(1):
338
338
.PP
339
339
.nf
340
340
.fam C
341
- $ scrot - | convert - pointsize 64 -gravity North -annotate ' +16+16' 'hello, world!' - out.png
341
+ $ scrot - | magick - - pointsize 64 -gravity North -annotate +16+16 'hello, world' out.png
342
342
343
343
.fam T
344
344
.fi
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Selecting a window by PID with xdo(1):
206
206
207
207
Taking a screenshot and annotating it with ImageMagick(1):
208
208
209
- $ scrot - | convert - pointsize 64 -gravity North -annotate ' +16+16' 'hello, world!' - out.png
209
+ $ scrot - | magick - - pointsize 64 -gravity North -annotate +16+16 'hello, world' out.png
210
210
211
211
AUTHOR
212
212
scrot was originally developed by Tom Gilbert.
You can’t perform that action at this time.
0 commit comments