We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521be31 commit f97b3c6Copy full SHA for f97b3c6
man/scrot.txt
@@ -206,7 +206,7 @@ Selecting a window by PID with xdo(1):
206
207
Taking a screenshot and annotating it with ImageMagick(1):
208
209
- $ scrot - | convert -pointsize 64 -gravity North -annotate '+16+16' 'hello, world!' - out.png
+ $ scrot - | magick - -pointsize 64 -gravity North -annotate +16+16 'hello, world!' out.png
210
211
AUTHOR
212
scrot was originally developed by Tom Gilbert.
0 commit comments