Skip to content

Commit f97b3c6

Browse files
Matt-DeacalionN-R-K
authored andcommitted
doc: fix magick example
convert is deprecated on newer ImageMagick versions. Closes: #414
1 parent 521be31 commit f97b3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/scrot.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Selecting a window by PID with xdo(1):
206206

207207
Taking a screenshot and annotating it with ImageMagick(1):
208208

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
210210

211211
AUTHOR
212212
scrot was originally developed by Tom Gilbert.

0 commit comments

Comments
 (0)