Skip to content

Commit

Permalink
Replace deprecated convert with magick in man file
Browse files Browse the repository at this point in the history
  • Loading branch information
Talinx committed Sep 8, 2024
1 parent d8e45ef commit 3e8d89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/jp2a.1
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ cat image.jpg |
If you use jp2a together with ImageMagick's convert(1) then you can make good use of pipes,
and have ImageMagick do all sorts of image conversions and effects on the source image. For example:
.PP
.B convert
.B magick
somefile.gif jpg:\- |
.B jp2a
\- \-\-width=80
Expand All @@ -184,7 +184,7 @@ you can explicitly download them by using curl(1) or wget(1), for example:
.B curl
\-s
http://foo.bar/image.jpg |
.B convert
.B magick
\- jpg:- |
.B jp2a
\-
Expand Down

0 comments on commit 3e8d89b

Please sign in to comment.